tower/configuration.nix: set timeout duration of 30

This commit is contained in:
Bloxx12 2025-04-09 15:31:18 +02:00
commit 00fa8006c0

View file

@ -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;