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:
parent
e969459d1d
commit
94269c62bb
@ -21,6 +21,11 @@ with lib;{
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."cloudstore.ellmauthaler.net" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
};
|
||||||
|
|
||||||
systemd.services."nextcloud-setup" = {
|
systemd.services."nextcloud-setup" = {
|
||||||
requires = [ "postgresql.service" ];
|
requires = [ "postgresql.service" ];
|
||||||
after = [ "postrgresql.service" ];
|
after = [ "postrgresql.service" ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user