home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 0329238c926fc6603a94d0c28d0088b1be89ed8f
parent b40498912834c690a4e428ec553c310e7b7269ed
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 14 Sep 2021 12:29:50 +0200

systems/aomi: expose syncthing gui to vpn address

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/hosts/aomi.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/systems/hosts/aomi.nix b/systems/hosts/aomi.nix @@ -128,6 +128,7 @@ in ]; services = { + syncthing.guiAddress = "${ip}:8384"; wireguard = { enable = true; ips = ips;