mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-08 14:46:08 +00:00
fix invalid url in autoupgrade
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user