Kieran's opinionated (and probably slightly dumb) nix config

chore: remove forced old network interface names

dunkirk.sh 29a20435 6d1e4908

verified
Changed files
+2 -2
machines
prattle
terebithia
+1 -1
machines/prattle/default.nix
···
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
-
boot.kernelParams = [ "net.ifnames=0" "console=ttyS0" ];
+
boot.kernelParams = [ "console=ttyS0" ];
system.stateVersion = "23.05";
}
+1 -1
machines/terebithia/default.nix
···
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
-
boot.kernelParams = [ "net.ifnames=0" "console=ttyS0" ];
+
boot.kernelParams = [ "console=ttyS0" ];
system.stateVersion = "23.05";
}