1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add more options for cloudstore

This commit is contained in:
Stefan Ellmauthaler 2022-07-31 16:09:49 +02:00
parent e969459d1d
commit 94269c62bb
Signed by: ellmau
GPG Key ID: C804A9C1B7AF8256

View File

@ -21,6 +21,11 @@ with lib;{
};
};
services.nginx.virtualHosts."cloudstore.ellmauthaler.net" = {
enableACME = true;
forceSSL = true;
};
systemd.services."nextcloud-setup" = {
requires = [ "postgresql.service" ];
after = [ "postrgresql.service" ];