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