feat: nextcloud test

This commit is contained in:
Nick 2024-10-18 03:47:04 -05:00
parent 5f14c83294
commit 763c1a8220

View file

@ -14,7 +14,7 @@
;
inherit (flake.config.service.instance) nextcloud nginx;
localhost = wildcard.ip.address0;
host = "${nextcloud.name}.${domain.url1}";
host = "${nextcloud.subdomain}.${domain.url1}";
in {
services = {
nextcloud = {