Use latest kernel at gandalf

This commit is contained in:
2026-01-31 23:23:25 +01:00
parent 90c432cb90
commit f9fda7902d
2 changed files with 8 additions and 6 deletions

View File

@@ -17,6 +17,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "gandalf";
networking.networkmanager.enable = true;
networking.nameservers = [ "192.168.68.56" "1.1.1.1" "8.8.8.8" ];