updates: nixpkgs

This commit is contained in:
2025-02-01 13:39:32 -08:00
parent 042a3c5a71
commit 83bfc367f6
4 changed files with 18 additions and 35 deletions

View File

@@ -22,7 +22,6 @@
boot.loader.systemd-boot.configurationLimit = 5;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_12;
boot.extraModulePackages = with config.boot.kernelPackages; [ zfs ];
environment.etc.hosts.mode = "0644";