forked from pub-solar/infra
add virtualhost for nextcloud
This commit is contained in:
parent
c187b59bd7
commit
1577462c94
|
@ -6,6 +6,11 @@
|
|||
owner = config.services.mastodon.user;
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."cloud.pub.solar" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
|
||||
services.nextcloud = {
|
||||
hostName = "cloud.pub.solar";
|
||||
home = "/var/lib/nextcloud";
|
||||
|
|
Loading…
Reference in a new issue