nixos: core: boot: simplify
This commit is contained in:
parent
ecfa59e73d
commit
ab143cf59d
1 changed files with 1 additions and 7 deletions
|
@ -31,13 +31,7 @@
|
||||||
### Boot
|
### Boot
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.systemd-boot = {
|
boot.loader.systemd-boot.enable = lib.mkDefault true; # mkDefault for Lanzaboote
|
||||||
enable = lib.mkDefault true; # mkDefault for Lanzaboote
|
|
||||||
editor = false; # Disabled for security
|
|
||||||
### Utilities
|
|
||||||
#netbootxyz.enable = true;
|
|
||||||
#memtest86.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
### Default Programs
|
### Default Programs
|
||||||
environment.defaultPackages = [];
|
environment.defaultPackages = [];
|
||||||
|
|
Loading…
Reference in a new issue