Compare commits
2 commits
9d6200280e
...
e93bf793a7
Author | SHA1 | Date | |
---|---|---|---|
e93bf793a7 | |||
29c18b8a2c |
2 changed files with 18 additions and 0 deletions
9
nixos/machines/driftwood/cache.nix
Normal file
9
nixos/machines/driftwood/cache.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ config,
|
||||||
|
lib,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
|
services.nix-serve = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -68,4 +68,13 @@
|
||||||
user = "nathan";
|
user = "nathan";
|
||||||
guiAddress = "100.64.0.3:8384";
|
guiAddress = "100.64.0.3:8384";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Allow reboot on autoupgrades
|
||||||
|
system.autoUpgrade = {
|
||||||
|
allowReboot = true;
|
||||||
|
rebootWindow = {
|
||||||
|
lower = "03:00";
|
||||||
|
upper = "05:00";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue