Commit f56b03e7a59f

Vincent Demeester <vincent@sbr.pm>
2019-01-26 10:29:57
kerkouane: enable syncthing
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fce172e
Changed files (1)
machine/kerkouane.nix
@@ -13,12 +13,14 @@ with import ../assets/machines.nix; {
     nix-config.buildCores = 1;
     nix-auto-update.autoUpgrade = false;
     ssh.enable = true;
+    syncthing.enable = true;
     wireguard.server.enable = true;
   };
   networking.firewall.allowPing = true;
   services = {
     openssh.ports = [ ssh.kerkouane.port ];
     openssh.permitRootLogin = "without-password";
+    syncthing-edge.guiAddress = "${wireguard.ips.kerkouane}:8384";
   };
   users.users.root.openssh.authorizedKeys.keys = [
     "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGR4dqXwHwPpYgyk6yl9+9LRL3qrBZp3ZWdyKaTiXp0p vincent@shikoku"