add trusted nextcould ip

This commit is contained in:
Leon Vita 2022-11-17 15:07:56 +00:00
parent eea6b0bb87
commit 9ae97dffb7
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" ];
};
};