diff options
| -rw-r--r-- | shared/2configs/repo-sync.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix index b23cb1675..d1d9ab3f8 100644 --- a/shared/2configs/repo-sync.nix +++ b/shared/2configs/repo-sync.nix @@ -7,7 +7,7 @@ with lib;      mirror = "git@wolf:stockholm-mirror";    in {      enable = true; -    config = { +    repos.stockholm = {        makefu = {          origin.url = http://cgit.gum/stockholm ;          mirror.url = mirror;  | 
