modules/security: add hlissner-based security config

This commit is contained in:
Infinidoge 2021-12-01 20:37:22 -05:00
parent 58836225d1
commit 182932de5f
2 changed files with 16 additions and 1 deletions

View file

@ -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;