mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -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"
|
"jellyfin"
|
||||||
"minecraft"
|
"minecraft"
|
||||||
"ollama"
|
"ollama"
|
||||||
|
"nextcloud"
|
||||||
"syncthing"
|
"syncthing"
|
||||||
"searx"
|
"searx"
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
|
|
|
@ -11,7 +11,7 @@ let
|
||||||
inherit (flake.config.services.instances) nextcloud nginx web;
|
inherit (flake.config.services.instances) nextcloud nginx web;
|
||||||
service = nextcloud;
|
service = nextcloud;
|
||||||
localhost = web.localhost.address0;
|
localhost = web.localhost.address0;
|
||||||
host = "${service.subdomain}.${web.domains.url1}";
|
host = "${service.subdomain}.${web.domains.url0}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services = {
|
services = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue