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;