hippocampus: headscale: change localaddress
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
enable = true;
|
||||
# 7000 port addresses are for internal network
|
||||
port = 7000;
|
||||
address = "0.0.0.0"; # Access within nixos-containers
|
||||
settings = {
|
||||
server_url = "https://headscale.syzygial.cc";
|
||||
# TODO: Generate keys??
|
||||
@@ -40,7 +41,7 @@
|
||||
services.caddy.virtualHosts = {
|
||||
"headscale.syzygial.cc" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy localhost:7000
|
||||
reverse_proxy 0.0.0.0:7000
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user