summaryrefslogtreecommitdiffstats
path: root/shared/2configs
diff options
context:
space:
mode:
Diffstat (limited to 'shared/2configs')
-rw-r--r--shared/2configs/base.nix2
-rw-r--r--shared/2configs/repo-sync.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/shared/2configs/base.nix b/shared/2configs/base.nix
index a92a0df3..5aa5897d 100644
--- a/shared/2configs/base.nix
+++ b/shared/2configs/base.nix
@@ -3,7 +3,7 @@
with config.krebs.lib;
{
krebs.enable = true;
- krebs.retiolum.enable = true;
+ krebs.tinc.retiolum.enable = true;
# TODO rename shared user to "krebs"
krebs.build.user = mkDefault config.krebs.users.shared;
diff --git a/shared/2configs/repo-sync.nix b/shared/2configs/repo-sync.nix
index d1d9ab3f..753b0f47 100644
--- a/shared/2configs/repo-sync.nix
+++ b/shared/2configs/repo-sync.nix
@@ -17,7 +17,7 @@ with lib;
mirror.url = mirror;
};
lassulus = {
- origin.url = http://cgit.cloudkrebs/stockholm ;
+ origin.url = http://cgit.prism/stockholm ;
mirror.url = mirror;
};
"@latest" = {