hosts: typo autoupdate

This commit is contained in:
Kabbone 2024-04-01 11:59:22 +02:00
parent 2277c363dd
commit 3b886aa6ad
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY
2 changed files with 12 additions and 12 deletions

View File

@ -190,17 +190,17 @@
}; };
system = { # NixOS settings system = { # NixOS settings
# autoUpgrade = { # Allow auto update autoUpgrade = { # Allow auto update
# enable = true; enable = true;
# flake = "git+https://git.kabtop.de/Kabbone/nixos-config"; flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
# randomizedDelaySec = "5m"; randomizedDelaySec = "5m";
# allowReboot = true; allowReboot = true;
# reboot.Window = { rebootWindow = {
# lower = "02:00"; lower = "02:00";
# upper = "05:00"; upper = "05:00";
# }; };
# channel = "https://nixos.org/channels/nixos-unstable"; channel = "https://nixos.org/channels/nixos-unstable";
# }; };
stateVersion = "23.05"; stateVersion = "23.05";
}; };
} }

View File

@ -143,7 +143,7 @@
flake = "git+https://git.kabtop.de/Kabbone/nixos-config"; flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
randomizedDelaySec = "5m"; randomizedDelaySec = "5m";
allowReboot = true; allowReboot = true;
reboot.Window = { rebootWindow = {
lower = "02:00"; lower = "02:00";
upper = "05:00"; upper = "05:00";
}; };