modules/security: add hlissner-based security config
This commit is contained in:
parent
58836225d1
commit
182932de5f
2 changed files with 16 additions and 1 deletions
|
@ -45,8 +45,10 @@ in
|
|||
boot.loader = {
|
||||
systemd-boot = {
|
||||
enable = mkDefault true;
|
||||
editor = false;
|
||||
consoleMode = "2";
|
||||
|
||||
# See desc in nixpkgs/nixos/modules/system/boot/loader/systemd-boot/systemd-boot.nix
|
||||
editor = false;
|
||||
};
|
||||
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue