mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: nextcloud test
This commit is contained in:
parent
b4ffe57f6a
commit
1d1afd49cc
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ in
|
|||
"jellyfin"
|
||||
"minecraft"
|
||||
"ollama"
|
||||
"nextcloud"
|
||||
"syncthing"
|
||||
"searx"
|
||||
"vaultwarden"
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue