From 1fff6af4637a32c96651bc749a02cf5e43e109c9 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 31 Aug 2015 10:59:28 +0200 Subject: [PATCH] makefu: merge /Z -> krebs/Z --- 1systems/repunit.nix | 2 +- 2configs/cgit-retiolum.nix | 4 ++-- 2configs/tinc-basic-retiolum.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/1systems/repunit.nix b/1systems/repunit.nix index 503fe8f..d98ff17 100644 --- a/1systems/repunit.nix +++ b/1systems/repunit.nix @@ -49,7 +49,7 @@ }; krebs.retiolum = { enable = true; - hosts = ../../Zhosts; + hosts = ../../krebs/Zhosts; connectTo = [ "gum" "pigstarter" diff --git a/2configs/cgit-retiolum.nix b/2configs/cgit-retiolum.nix index 8d94395..a40dabb 100644 --- a/2configs/cgit-retiolum.nix +++ b/2configs/cgit-retiolum.nix @@ -63,11 +63,11 @@ in { imports = [{ krebs.users.makefu-omo = { name = "makefu-omo" ; - pubkey= with builtins; readFile ../../Zpubkeys/makefu_omo.ssh.pub; + pubkey= with builtins; readFile ../../krebs/Zpubkeys/makefu_omo.ssh.pub; }; krebs.users.makefu-tsp = { name = "makefu-tsp" ; - pubkey= with builtins; readFile ../../Zpubkeys/makefu_tsp.ssh.pub; + pubkey= with builtins; readFile ../../krebs/Zpubkeys/makefu_tsp.ssh.pub; }; }]; krebs.git = { diff --git a/2configs/tinc-basic-retiolum.nix b/2configs/tinc-basic-retiolum.nix index cb1991b..fd6d168 100644 --- a/2configs/tinc-basic-retiolum.nix +++ b/2configs/tinc-basic-retiolum.nix @@ -4,7 +4,7 @@ with lib; { krebs.retiolum = { enable = true; - hosts = ../../Zhosts; + hosts = ../../krebs/Zhosts; connectTo = [ "gum" "pigstarter"