mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
refactor: changed url path convention
This commit is contained in:
parent
a35076c0fe
commit
0c1d86e494
25 changed files with 67 additions and 11 deletions
|
@ -5,7 +5,7 @@ let
|
|||
inherit (flake.config.services.instances) jellyfin web;
|
||||
service = jellyfin;
|
||||
localhost = web.localhost.address0;
|
||||
host = "${service.subdomain}.${web.domains.url0}";
|
||||
host = service.domains.url0;
|
||||
in
|
||||
{
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue