1757628813

This commit is contained in:
2025-09-11 16:13:33 -06:00
parent 2eb67c51ed
commit ff3606acaf
9 changed files with 100 additions and 80 deletions

View File

@@ -5,7 +5,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Use latest kernel
# Kernel
boot.kernelPackages = pkgs.linuxPackages_latest;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
@@ -17,4 +17,4 @@
];
boot.kernelParams = [ "preempt=full" ];
}
}