summaryrefslogtreecommitdiffstats
path: root/1systems/shoney/config.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-07-15 19:01:02 +0200
committermakefu <github@syntax-fehler.de>2017-07-15 22:29:14 +0200
commitb2071110099ca42ce8d3497db0d024fb8aa03e8a (patch)
tree9b1bb5816518fc9ad88e393146d9522d5cff9e8f /1systems/shoney/config.nix
parent8ffce1c9f4831de11b6718626f0df11c206fa5e8 (diff)
ma: replace path to 2configs, init source.nix
Diffstat (limited to '1systems/shoney/config.nix')
-rw-r--r--1systems/shoney/config.nix12
1 files changed, 6 insertions, 6 deletions
diff --git a/1systems/shoney/config.nix b/1systems/shoney/config.nix
index 9f04e97eb..6cec260d2 100644
--- a/1systems/shoney/config.nix
+++ b/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>
];