summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-03-11 02:12:58 +0100
committermakefu <github@syntax-fehler.de>2016-03-11 02:12:58 +0100
commit1ff4b036cf26944f2452e892db89701f89c6e6b0 (patch)
tree804fe4cbd8fd64e8559ab885b7914a9fbf2e6138 /shared
parentabf899f52157bfb3debf49946b5242382c299f52 (diff)
s 2 base: use default connectTo
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/base.nix10
1 files changed, 1 insertions, 9 deletions
diff --git a/shared/2configs/base.nix b/shared/2configs/base.nix
index f6ec93a97..7cabbd347 100644
--- a/shared/2configs/base.nix
+++ b/shared/2configs/base.nix
@@ -3,15 +3,7 @@
with config.krebs.lib;
{
krebs.enable = true;
- krebs.retiolum = {
- enable = true;
- connectTo = [
- # TODO remove connectTo cd, this was only used for bootstrapping
- "cd"
- "gum"
- "pigstarter"
- ];
- };
+ krebs.retiolum.enable = true;
# TODO rename shared user to "krebs"
krebs.build.user = mkDefault config.krebs.users.shared;