add configureNginx

This commit is contained in:
41666 2024-03-25 23:56:12 -04:00
parent db1130be1a
commit d2e3610649

View file

@ -20,5 +20,6 @@
settings.url = "https://porcelain.doll.repair";
createDb = true;
dbPasswordFile = config.sops.secrets.db_password.path;
configureNginx.enable = false;
};
}