Merge pull request 'add trusted nextcould ip' (#83) from leon/nix-config:master into master

Reviewed-on: #83
This commit is contained in:
astro 2022-11-17 16:35:40 +01:00
commit e1bce38ce4
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ services.nextcloud = {
dbname = "nextcloud";
adminpassFile = "/etc/nixos/next-cloud/pass";
adminuser = "root";
extraTrustedDomains = [ "45.158.40.162" "172.20.79.254" "10.10.11.4" "10.10.11.1" ];
extraTrustedDomains = ["45.158.40.165" "172.20.79.254" "10.10.11.4" "10.10.11.1" ];
};
};