tower/configuration.nix: set timeout duration of 30
This commit is contained in:
parent
60627d3594
commit
00fa8006c0
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue