diff options
author | lassulus <lass@aidsballs.de> | 2016-10-11 17:54:00 +0200 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2016-10-11 17:54:00 +0200 |
commit | 798f90c0fd8931ef114f7c7db32daa9f15824733 (patch) | |
tree | e241892be8c85d05d297f11a5d312d41e2cb8f66 /makefu/1systems/x.nix | |
parent | b6c5994e037ab92055f5cfdeb89f46864b348b39 (diff) | |
parent | fa5816431ce0314b1c3260c763a87922b0ad485b (diff) |
Merge remote-tracking branch 'prism/master'
Diffstat (limited to 'makefu/1systems/x.nix')
-rw-r--r-- | makefu/1systems/x.nix | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/makefu/1systems/x.nix b/makefu/1systems/x.nix index 4829aaabd..0243856ab 100644 --- a/makefu/1systems/x.nix +++ b/makefu/1systems/x.nix @@ -9,6 +9,7 @@ ../. ../2configs/main-laptop.nix #< base-gui + zsh ../2configs/laptop-utils.nix + ../2configs/laptop-backup.nix # Krebs #../2configs/disable_v6.nix @@ -42,13 +43,14 @@ ../2configs/tinc/retiolum.nix # temporary modules ../2configs/temp/share-samba.nix - ../2configs/temp/elkstack.nix + ../2configs/laptop-backup.nix + # ../2configs/temp/elkstack.nix # ../2configs/temp/sabnzbd.nix ../2configs/tinc/siem.nix - ../2configs/torrent.nix + #../2configs/torrent.nix ]; makefu.full-populate = true; - makefu.deluge.web.enable = true; + krebs.nginx = { default404 = false; servers.default.listen = [ "80 default_server" ]; |