fix invalid url in autoupgrade

This commit is contained in:
Noah Masur
2026-08-30 14:46:51 -06:00
parent a50d2c01a9
commit a93fa75779
@@ -27,7 +27,7 @@ in
system.autoUpgrade = {
enable = true;
dates = "09:33";
flake = "git+${cfg.repo}";
flake = "git+ssh://${cfg.repo}";
randomizedDelaySec = "25min";
operation = "switch";
allowReboot = true;