feat: nextcloud test

This commit is contained in:
Nick 2025-06-09 02:32:50 -05:00
parent b4ffe57f6a
commit 1d1afd49cc
2 changed files with 2 additions and 1 deletions

View file

@ -35,6 +35,7 @@ in
"jellyfin"
"minecraft"
"ollama"
"nextcloud"
"syncthing"
"searx"
"vaultwarden"

View file

@ -11,7 +11,7 @@ let
inherit (flake.config.services.instances) nextcloud nginx web;
service = nextcloud;
localhost = web.localhost.address0;
host = "${service.subdomain}.${web.domains.url1}";
host = "${service.subdomain}.${web.domains.url0}";
in
{
services = {