hosts: desktops: disable auto upgrade

This commit is contained in:
2024-05-29 10:01:06 +02:00
parent fa914bce1d
commit b20dc93d47

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;