From 967ec14cba166079d71d67f4137ee62fca315d62 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Thu, 20 Aug 2026 12:34:03 -0500 Subject: rekey a bunch of secrets, other stuff --- modules/system/nixos/boot.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'modules/system') 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 -- cgit v1.3.1