diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/system/nixos/boot.nix | 5 | ||||
| -rw-r--r-- | modules/terminal/nixos/github-ssh-key.age | bin | 885 -> 1271 bytes |
2 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 diff --git a/modules/terminal/nixos/github-ssh-key.age b/modules/terminal/nixos/github-ssh-key.age Binary files differindex a6064b4..08d57a7 100644 --- a/modules/terminal/nixos/github-ssh-key.age +++ b/modules/terminal/nixos/github-ssh-key.age |
