add virtualhost for nextcloud

This commit is contained in:
Hendrik Sokolowski 2023-10-28 21:34:47 +02:00 committed by b12f
parent c187b59bd7
commit 1577462c94
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873

View file

@ -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";