mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-19 05:39:34 +01:00
(revert): https option is useless
This commit is contained in:
parent
205fffc117
commit
291f193aad
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue