hosts/desktop: disable auto upgrade service
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m36s

This commit is contained in:
2025-09-20 12:43:02 +01:00
parent 67b9ec8b3e
commit 32dae3898a

View File

@@ -40,7 +40,7 @@
}; };
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = false;
flake = "git+ssh://git@git.vimium.com/jordan/nix-config.git"; flake = "git+ssh://git@git.vimium.com/jordan/nix-config.git";
randomizedDelaySec = "10min"; randomizedDelaySec = "10min";
}; };