Alternative domain for nextcloud

This commit is contained in:
Paul-Henri Froidmont 2025-11-23 23:06:16 +01:00
parent 73030033d0
commit b3b6ec1cbb
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
2 changed files with 14 additions and 4 deletions

View file

@ -31,6 +31,7 @@ in
services.nginx.virtualHosts."${config.services.nextcloud.hostName}" = {
enableACME = true;
forceSSL = true;
serverAliases = [ "cloud.froidmont.solutions" ];
};
# Can't change home dir for now, use bind mount as workaround
@ -64,6 +65,7 @@ in
overwriteProtocol = "https";
default_phone_region = "BE";
maintenance_window_start = 1;
trusted_domains = [ "cloud.froidmont.solutions" ];
};
phpOptions = {