summaryrefslogtreecommitdiffstats
path: root/1systems/x.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-09-02 12:50:07 +0200
committermakefu <github@syntax-fehler.de>2016-09-02 12:50:07 +0200
commit3bd27e1f985286a6fc4276235d2bf14da4df07a6 (patch)
tree9d0abf86ae397e3de4d602f78062fb9de0b5c6b9 /1systems/x.nix
parent0da02fd00e57976d7173c2e2bb55274cbfb9a268 (diff)
m 1 x: add laptop-backup
Diffstat (limited to '1systems/x.nix')
-rw-r--r--1systems/x.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/1systems/x.nix b/1systems/x.nix
index 4829aaabd..0243856ab 100644
--- a/1systems/x.nix
+++ b/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" ];