summaryrefslogtreecommitdiffstats
path: root/makefu/1systems/fileleech
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
commit7704f80890c75f65c2906ecc17cdd89761d308ad (patch)
treefebe3c92e7eb672767f7162f175b2d94fe51c2e7 /makefu/1systems/fileleech
parentfa38155eec9563dc9dc620a77900d87b97443cfe (diff)
ma: replace path to 2configs, init source.nix
Diffstat (limited to 'makefu/1systems/fileleech')
-rw-r--r--makefu/1systems/fileleech/config.nix18
-rw-r--r--makefu/1systems/fileleech/source.nix3
2 files changed, 12 insertions, 9 deletions
diff --git a/makefu/1systems/fileleech/config.nix b/makefu/1systems/fileleech/config.nix
index 3aa5a54f..b5ec370a 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 00000000..699267e2
--- /dev/null
+++ b/makefu/1systems/fileleech/source.nix
@@ -0,0 +1,3 @@
+import <stockholm/makefu/source.nix> {
+ name="fileleech";
+}