parent
44c4dbb038
commit
bc2712ca71
1 changed files with 3 additions and 3 deletions
|
|
@ -50,9 +50,9 @@ in
|
|||
"baldur.tsn"
|
||||
];
|
||||
dbtype = "pgsql";
|
||||
extraTrustedDomains = [ "freya.tsn" ];
|
||||
# extraTrustedDomains = [ "freya.tsn" ];
|
||||
adminpassFile = config.age.secrets.nextcloud_admin_secret.path;
|
||||
# overwriteProtocol = "https";
|
||||
overwriteProtocol = "https";
|
||||
# objectstore.s3 = {
|
||||
# enable = true;
|
||||
# bucket = "nextcloud-storage";
|
||||
|
|
@ -68,5 +68,5 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue