mirror of
https://github.com/nmasur/dotfiles
synced 2026-09-09 01:16:08 +00:00
fix invalid url in autoupgrade
This commit is contained in:
@@ -27,7 +27,7 @@ in
|
|||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
dates = "09:33";
|
dates = "09:33";
|
||||||
flake = "git+${cfg.repo}";
|
flake = "git+ssh://${cfg.repo}";
|
||||||
randomizedDelaySec = "25min";
|
randomizedDelaySec = "25min";
|
||||||
operation = "switch";
|
operation = "switch";
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user