summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/shoney
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/1systems/shoney')
-rw-r--r--makefu/1systems/shoney/config.nix12
-rw-r--r--makefu/1systems/shoney/source.nix3
2 files changed, 9 insertions, 6 deletions
diff --git a/makefu/1systems/shoney/config.nix b/makefu/1systems/shoney/config.nix
index 9f04e97eb..6cec260d2 100644
--- a/makefu/1systems/shoney/config.nix
+++ b/makefu/1systems/shoney/config.nix
@@ -9,12 +9,12 @@ let
gw = "64.137.234.1";
in {
imports = [
- ../.
- ../2configs/save-diskspace.nix
- ../2configs/hw/CAC.nix
- ../2configs/fs/CAC-CentOS-7-64bit.nix
- ../2configs/tinc/retiolum.nix
- ../2configs/torrent.nix
+ <stockholm/makefu>
+ <stockholm/makefu/2configs/save-diskspace.nix>
+ <stockholm/makefu/2configs/hw/CAC.nix>
+ <stockholm/makefu/2configs/fs/CAC-CentOS-7-64bit.nix>
+ <stockholm/makefu/2configs/tinc/retiolum.nix>
+ <stockholm/makefu/2configs/torrent.nix>
];
diff --git a/makefu/1systems/shoney/source.nix b/makefu/1systems/shoney/source.nix
new file mode 100644
index 000000000..382474f5e
--- /dev/null
+++ b/makefu/1systems/shoney/source.nix
@@ -0,0 +1,3 @@
+import <stockholm/makefu/source.nix> {
+ name="shoney";
+}