hosts: desktops: disable auto upgrade

This commit is contained in:
Kabbone 2024-05-29 10:01:06 +02:00
parent fa914bce1d
commit b20dc93d47
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

@ -185,7 +185,7 @@
system = { # NixOS settings
autoUpgrade = { # Allow auto update
enable = true;
enable = false;
flake = "git+https://git.kabtop.de/Kabbone/nixos-config";
randomizedDelaySec = "5m";
allowReboot = true;