This commit is contained in:
mtgmonkey
2025-12-28 21:14:06 +01:00
parent 2b0ff45e1a
commit 1a0c214707
4 changed files with 26 additions and 192 deletions

View File

@@ -8,21 +8,15 @@
./cachix.nix
];
boot.kernelPackages = pkgs.linuxKernel.packages.linux_hardened;
security.allowUserNamespaces = true;
services.logrotate.checkConfig = false; # per https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501/9
# boot.kernelPackages = pkgs.linuxKernel.packages.linux_hardened;
# security.allowUserNamespaces = true;
# services.logrotate.checkConfig = false; # per https://discourse.nixos.org/t/logrotate-config-fails-due-to-missing-group-30000/28501/9
boot.loader = {
limine = {
enable = true;
efiSupport = true;
};
grub = {
enable = false;
devices = ["nodev"];
useOSProber = true;
efiSupport = true;
};
efi.canTouchEfiVariables = true;
timeout = lib.mkDefault 2;
};