diff options
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/nixos/boot.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/system/nixos/boot.nix b/modules/system/nixos/boot.nix index 3b095ab..48e3e22 100644 --- a/modules/system/nixos/boot.nix +++ b/modules/system/nixos/boot.nix @@ -21,7 +21,7 @@ in { configurationLimit = 3; }; efi.canTouchEfiVariables = true; - timeout = cfg.timeout; # hold space to show boot menu if timeout == 0 + timeout = cfg.timeout; # hold space to show boot menu if timeout == 0 (`systemctl reboot --boot-loader-menu=0` reboots with the bootloader showing) }; plymouth = lib.mkIf cfg.plymouth.enable { @@ -74,9 +74,6 @@ in { }; }); - # system.etc.overlay.enable = true; - system.nixos-init.enable = true; - # store journald logs in memory services.journald.extraConfig = '' Storage=volatile |
