Switch to tailscale for inner infra network
This commit is contained in:
parent
1427c784c0
commit
89f84345c1
6 changed files with 41 additions and 42 deletions
|
|
@ -40,14 +40,14 @@ in
|
|||
|
||||
config = {
|
||||
trustedProxies = [
|
||||
hosts.zerotier.ipv4."baldur.zto"
|
||||
hosts.zerotier.ipv6."baldur.zto"
|
||||
# hosts.zerotier.ipv4."baldur.zto"
|
||||
# hosts.zerotier.ipv6."baldur.zto"
|
||||
hosts.tailscale.ipv4."baldur.tsn"
|
||||
hosts.tailscale.ipv6."baldur.tsn"
|
||||
"baldur.zto"
|
||||
# "baldur.zto"
|
||||
"baldur.tsn"
|
||||
];
|
||||
extraTrustedDomains = [ config.services.nextcloud.hostName "freya.zto" ];
|
||||
# extraTrustedDomains = [ config.services.nextcloud.hostName "freya.tsn" ];
|
||||
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||
overwriteProtocol = "https";
|
||||
# objectstore.s3 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue