router: allow auto upgrades and reboots

This commit is contained in:
Aaron Bieber 2022-10-31 10:08:01 -06:00
parent 99fdb47a81
commit c0c48126ca
No known key found for this signature in database

View File

@ -243,8 +243,6 @@ in {
"net.ipv6.conf.all.forwarding" = true;
};
autoUpdate.enable = false;
sops.secrets = {
wireguard_private_key = {
sopsFile = config.xin-secrets.router.networking;
@ -393,7 +391,6 @@ in {
system = {
autoUpgrade = {
allowReboot = true;
rebootWindow = {
upper = "03:00";
lower = "01:00";