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; locate.enable = true;
}; };
system = { system = {
boot.grub.enable = true; boot = {
services.forgejo.enable = true; grub.enable = true;
timeout = 30;
};
programs = { programs = {
editors = { editors = {
helix.enable = true; helix.enable = true;