feat(system): improve hardened.nix
Import from nixpkgs as basis and override settings that cause problems.
This commit is contained in:
parent
20876cf317
commit
83acc14467
2 changed files with 6 additions and 19 deletions
hardware
|
@ -4,7 +4,7 @@
|
|||
imports = [ ./planck.nix ];
|
||||
|
||||
boot.supportedFilesystems = lib.mkDefault [ "btrfs" ];
|
||||
boot.kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
boot.kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue