Update flake lock file and dont use latest kernel as that wouldnt build

This commit is contained in:
2026-02-13 22:14:26 +01:00
parent 68033bd14a
commit 725ef8fbf3
2 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
# boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "gandalf";
networking.networkmanager.enable = true;