diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-20 12:34:03 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-08-20 12:34:03 -0500 |
| commit | 967ec14cba166079d71d67f4137ee62fca315d62 (patch) | |
| tree | d440d4443b181c54a21b64197f03b757a90b6d14 /modules/system/nixos | |
| parent | 2b1c6161c5d2381cbfe224694dfb218aee0b6da1 (diff) | |
rekey a bunch of secrets, other stuff
Diffstat (limited to 'modules/system/nixos')
| -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 |
