Platform Unstable #97

Merged
max merged 34 commits from platform-unstable into master 2024-06-07 00:17:36 +03:00
Showing only changes of commit fc1bad5663 - Show all commits

View file

@ -41,11 +41,13 @@ in
dbuser = "storage";
dbpassFile = config.age.secrets.nextcloud-dbpass.path;
overwriteProtocol = "https";
adminuser = "sa";
adminpassFile = config.age.secrets.nextcloud-adminpass.path;
};
settings = {
overwriteprotocol = "https";
};
};
services.nginx.virtualHosts."${config.services.nextcloud.hostName}" = {
addSSL = true;