Commit 0329238c926f

Vincent Demeester <vincent@sbr.pm>
2021-09-14 12:29:50
systems/aomi: expose syncthing gui to vpn address
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent b404989
Changed files (1)
systems
systems/hosts/aomi.nix
@@ -128,6 +128,7 @@ in
   ];
 
   services = {
+    syncthing.guiAddress = "${ip}:8384";
     wireguard = {
       enable = true;
       ips = ips;