Cleanup of some configuration: jellyfin, nvim, systems

This commit is contained in:
Haak Saxberg 2026-01-06 10:02:59 -08:00
parent b21c3b559b
commit 67243bad11
4 changed files with 8 additions and 10 deletions

View file

@ -82,7 +82,7 @@
name = "dev-device-no-auto-name";
# xps11 uses a usb device as an ethernet port
text = ''
SUBSYSTEM=="net", ACTION=="add", DEVTYPE!=="?*", ATTR{address}=="00:e0:4c:68:13:bf", NAME="eth0"
SUBSYSTEM=="net", ACTION=="add", ENV{DEVTYPE}!="?*", ATTR{address}=="00:e0:4c:68:13:bf", NAME="eth0"
'';
destination = "/etc/udev/rules.d/70-persistent-net.rules";
@ -116,4 +116,6 @@
# servers. You should change this only after NixOS release notes say you
# should.
system.stateVersion = "20.03"; # Did you read the comment?
# postgres 11 has EOL'd
services.postgresql.package = pkgs.postgresql_15;
}