summaryrefslogtreecommitdiffstats
path: root/shared/2configs
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-20 17:20:47 +0200
committermakefu <github@syntax-fehler.de>2016-07-20 17:20:47 +0200
commit2afe8c87723c5e54df0732f494540361aa49e21a (patch)
treee71218658baefa7f3bb1de2bc728911451181c0e /shared/2configs
parent642335e4306b79c626332dab67a157016e230ee6 (diff)
/ : s/krebs\.retiolum/krebs.tinc.retiolum/g
Diffstat (limited to 'shared/2configs')
-rw-r--r--shared/2configs/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/base.nix b/shared/2configs/base.nix
index a92a0df..5aa5897 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;