Revert "Nextcloud: local access"

This reverts commit 44c4dbb038.
This commit is contained in:
Filippo Berto 2024-04-21 23:57:53 +02:00
parent 44c4dbb038
commit bc2712ca71
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -50,9 +50,9 @@ in
"baldur.tsn" "baldur.tsn"
]; ];
dbtype = "pgsql"; dbtype = "pgsql";
extraTrustedDomains = [ "freya.tsn" ]; # extraTrustedDomains = [ "freya.tsn" ];
adminpassFile = config.age.secrets.nextcloud_admin_secret.path; adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
# overwriteProtocol = "https"; overwriteProtocol = "https";
# objectstore.s3 = { # objectstore.s3 = {
# enable = true; # enable = true;
# bucket = "nextcloud-storage"; # bucket = "nextcloud-storage";
@ -68,5 +68,5 @@ in
}; };
}; };
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 ];
} }