Platform Unstable #97
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue