diff options
author | makefu <github@syntax-fehler.de> | 2017-07-15 19:01:02 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-15 22:29:14 +0200 |
commit | 7704f80890c75f65c2906ecc17cdd89761d308ad (patch) | |
tree | febe3c92e7eb672767f7162f175b2d94fe51c2e7 /makefu/1systems/fileleech | |
parent | fa38155eec9563dc9dc620a77900d87b97443cfe (diff) |
ma: replace path to 2configs, init source.nix
Diffstat (limited to 'makefu/1systems/fileleech')
-rw-r--r-- | makefu/1systems/fileleech/config.nix | 18 | ||||
-rw-r--r-- | makefu/1systems/fileleech/source.nix | 3 |
2 files changed, 12 insertions, 9 deletions
diff --git a/makefu/1systems/fileleech/config.nix b/makefu/1systems/fileleech/config.nix index 3aa5a54f8..b5ec370a5 100644 --- a/makefu/1systems/fileleech/config.nix +++ b/makefu/1systems/fileleech/config.nix @@ -22,16 +22,16 @@ let disks = [ { name = "luksroot"; device = rootPartition; } ] ++ dataDisks; in { imports = [ - ../. - ../2configs/tinc/retiolum.nix - ../2configs/disable_v6.nix - # ../2configs/torrent.nix - ../2configs/fs/sda-crypto-root.nix + <stockholm/makefu> + <stockholm/makefu/2configs/tinc/retiolum.nix> + <stockholm/makefu/2configs/disable_v6.nix> + # <stockholm/makefu/2configs/torrent.nix> + <stockholm/makefu/2configs/fs/sda-crypto-root.nix> - #../2configs/elchos/irc-token.nix - ../2configs/elchos/log.nix - ../2configs/elchos/search.nix - ../2configs/elchos/stats.nix + #<stockholm/makefu/2configs/elchos/irc-token.nix> + <stockholm/makefu/2configs/elchos/log.nix> + <stockholm/makefu/2configs/elchos/search.nix> + <stockholm/makefu/2configs/elchos/stats.nix> ]; systemd.services.grafana.serviceConfig.LimitNOFILE=10032; diff --git a/makefu/1systems/fileleech/source.nix b/makefu/1systems/fileleech/source.nix new file mode 100644 index 000000000..699267e21 --- /dev/null +++ b/makefu/1systems/fileleech/source.nix @@ -0,0 +1,3 @@ +import <stockholm/makefu/source.nix> { + name="fileleech"; +} |