diff options
Diffstat (limited to 'makefu/1systems/drop')
-rw-r--r-- | makefu/1systems/drop/config.nix | 8 | ||||
-rw-r--r-- | makefu/1systems/drop/source.nix | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/makefu/1systems/drop/config.nix b/makefu/1systems/drop/config.nix index 4a94c3f61..b7e0d0395 100644 --- a/makefu/1systems/drop/config.nix +++ b/makefu/1systems/drop/config.nix @@ -5,10 +5,10 @@ let prefixLength = 18; in { imports = [ - ../. - ../2configs/hw/CAC.nix - ../2configs/save-diskspace.nix - ../2configs/torrent.nix + <stockholm/makefu> + <stockholm/makefu/2configs/hw/CAC.nix> + <stockholm/makefu/2configs/save-diskspace.nix> + <stockholm/makefu/2configs/torrent.nix> ]; krebs = { enable = true; diff --git a/makefu/1systems/drop/source.nix b/makefu/1systems/drop/source.nix new file mode 100644 index 000000000..74de846c0 --- /dev/null +++ b/makefu/1systems/drop/source.nix @@ -0,0 +1,3 @@ +import <stockholm/makefu/source.nix> { + name="drop"; +} |