refactor: move non-kernel-related options
This commit is contained in:
parent
b64f5df391
commit
c79f9f40c3
@ -11,6 +11,7 @@
|
||||
pkgs.linux-firmware (pkgs.callPackage ./pkgs/t14s-firmware.nix { })
|
||||
];
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = false;
|
||||
boot.loader.systemd-boot = {
|
||||
enable = true;
|
||||
extraFiles = {
|
||||
|
@ -106,10 +106,5 @@ in {
|
||||
enableTpm2 = false;
|
||||
};
|
||||
};
|
||||
|
||||
loader = {
|
||||
systemd-boot.enable = lib.mkForce true;
|
||||
efi.canTouchEfiVariables = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user