(revert): https option is useless

This commit is contained in:
Harry 2024-08-17 10:54:25 +02:00
parent 205fffc117
commit 291f193aad

View file

@ -20,7 +20,6 @@
database.createLocally = true; database.createLocally = true;
webserver = "caddy"; webserver = "caddy";
configureRedis = true; configureRedis = true;
https = true;
config = { config = {
dbtype = "pgsql"; dbtype = "pgsql";
adminpassFile = config.sops.secrets.adminNextcloudPass.path; adminpassFile = config.sops.secrets.adminNextcloudPass.path;