summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-07-07 23:51:20 +0200
committerlassulus <lass@aidsballs.de>2016-07-07 23:51:20 +0200
commitef824d2ce8150a2b1049254550564441868966e9 (patch)
tree614d29800d597c74aba3e41a51f21b20a5b16819
parent18ff162945aa66192e89b5b57c49e4b4fe122f64 (diff)
s 2 repo-sync: adapt to new api
-rw-r--r--shared/2configs/repo-sync.nix2
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;