summaryrefslogtreecommitdiffstats
path: root/1systems/gum.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-04-17 13:08:36 +0200
committermakefu <github@syntax-fehler.de>2017-04-17 13:08:36 +0200
commit6e28fe918232df68be40a714b49fd8e5766b143f (patch)
tree01f9520fffc8181ff8310410f2ce209b4259c09f /1systems/gum.nix
parentafc0afbf8ce7f63db9f58f5e7240e0ee06f98861 (diff)
m: init syncthing for hosts
Diffstat (limited to '1systems/gum.nix')
-rw-r--r--1systems/gum.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/1systems/gum.nix b/1systems/gum.nix
index c39997ebf..3186f8887 100644
--- a/1systems/gum.nix
+++ b/1systems/gum.nix
@@ -35,10 +35,12 @@ in {
../2configs/nginx/update.connector.one.nix
../2configs/deployment/mycube.connector.one.nix
../2configs/deployment/graphs.nix
+ # ../2configs/ipfs.nix
+ ../2configs/syncthing.nix
# ../2configs/opentracker.nix
../2configs/logging/central-stats-client.nix
- ../2configs/logging/central-logging-client.nix
+ # ../2configs/logging/central-logging-client.nix
];
services.smartd.devices = [ { device = "/dev/sda";} ];
@@ -79,7 +81,6 @@ in {
];
services.bitlbee.enable = true;
systemd.services.bitlbee.environment.BITLBEE_DEBUG="1";
- # systemd.services.bitlbee.serviceConfig.ExecStart = "${pkgs.bitlbee}/bin/bitlbee -Dnv -c
# Hardware
boot.loader.grub.device = "/dev/sda";