Syncthing: Fix ipv6.
This commit is contained in:
parent
b171d2bedd
commit
dac5713c7b
|
@ -19,7 +19,7 @@ in
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
services.nginx.virtualHosts."sync.local".extraConfig = ''
|
services.nginx.virtualHosts."sync.local".extraConfig = ''
|
||||||
location / {
|
location / {
|
||||||
allow [::1];
|
allow ::1;
|
||||||
deny all;
|
deny all;
|
||||||
proxy_pass http://[::1]:8384;
|
proxy_pass http://[::1]:8384;
|
||||||
}
|
}
|
||||||
|
@ -32,6 +32,7 @@ in
|
||||||
user
|
user
|
||||||
group
|
group
|
||||||
;
|
;
|
||||||
|
guiAddress = "[::1]:8384";
|
||||||
openDefaultPorts = false;
|
openDefaultPorts = false;
|
||||||
systemService = true;
|
systemService = true;
|
||||||
settings =
|
settings =
|
||||||
|
|
|
@ -19,7 +19,7 @@ Host fmpmaven
|
||||||
Port 22
|
Port 22
|
||||||
|
|
||||||
Host home
|
Host home
|
||||||
HostName [fd09:8d46:b26:0:8079:82ff:fe1a:916a]
|
HostName fd09:8d46:b26:0:8079:82ff:fe1a:916a
|
||||||
User root
|
User root
|
||||||
Port 22143
|
Port 22143
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ Host max
|
||||||
Port 22143
|
Port 22143
|
||||||
|
|
||||||
Host nixbuilder
|
Host nixbuilder
|
||||||
HostName [fd09:8d46:b26:0:8079:82ff:fe1a:916a]
|
HostName fd09:8d46:b26:0:8079:82ff:fe1a:916a
|
||||||
User nixbuilder
|
User nixbuilder
|
||||||
Port 22143
|
Port 22143
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue