From 00fa8006c0e250d9f903e557cd88dfbbe3b5cd27 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Wed, 9 Apr 2025 15:31:18 +0200 Subject: [PATCH] tower/configuration.nix: set timeout duration of 30 --- hosts/tower/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/hosts/tower/configuration.nix b/hosts/tower/configuration.nix index 7dfad78..4f5d649 100644 --- a/hosts/tower/configuration.nix +++ b/hosts/tower/configuration.nix @@ -29,8 +29,10 @@ locate.enable = true; }; system = { - boot.grub.enable = true; - services.forgejo.enable = true; + boot = { + grub.enable = true; + timeout = 30; + }; programs = { editors = { helix.enable = true;