Compare commits

..

No commits in common. "e93bf793a7f5f5449b7fe152f3a0d35a8a70dd63" and "9d6200280e4bb7a53d4a2e8a4260c2f73d6dfa36" have entirely different histories.

2 changed files with 0 additions and 18 deletions

View file

@ -1,9 +0,0 @@
{ config,
lib,
pkgs,
...
}: {
services.nix-serve = {
enable = true;
};
}

View file

@ -68,13 +68,4 @@
user = "nathan";
guiAddress = "100.64.0.3:8384";
};
# Allow reboot on autoupgrades
system.autoUpgrade = {
allowReboot = true;
rebootWindow = {
lower = "03:00";
upper = "05:00";
};
};
}