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