Commit be275916075f

Vincent Demeester <vincent@sbr.pm>
2025-06-16 10:54:09
systems/kerkouane: disable syncthing from main configuration
User configuration still works. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 69fbad5
Changed files (1)
systems
kerkouane
systems/kerkouane/extra.nix
@@ -53,7 +53,7 @@ in
 {
   imports = [
     ../common/services/prometheus-exporters-node.nix
-    ../common/services/syncthing.nix
+    # ../common/services/syncthing.nix
   ];
 
   services.openssh = {
@@ -70,7 +70,7 @@ in
 
   services.wireguard.server = {
     enable = true;
-    inherit (globals.machines.kerkouane.net.vpn) ips;
+    ips = globals.fn.wg-ips globals.machines.kerkouane.net.vpn.ips;
     peers = globals.fn.generateWireguardPeers globals.machines;
   };