mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 01:55:13 -05:00
feat: test
This commit is contained in:
parent
974662b4e2
commit
955a803673
1 changed files with 9 additions and 9 deletions
|
@ -1,12 +1,12 @@
|
||||||
{ flake, ... }:
|
# { flake, ... }:
|
||||||
let
|
# let
|
||||||
inherit (flake.config.people) user0;
|
# inherit (flake.config.people) user0;
|
||||||
inherit (flake.config.machines.devices) ceres;
|
# inherit (flake.config.machines.devices) ceres;
|
||||||
inherit (flake.config.services.instances) jellyfin web;
|
# inherit (flake.config.services.instances) jellyfin web;
|
||||||
service = jellyfin;
|
# service = jellyfin;
|
||||||
localhost = web.localhost.address0;
|
# localhost = web.localhost.address0;
|
||||||
host = "${service.subdomain}.${web.domains.url0}";
|
# host = "${service.subdomain}.${web.domains.url0}";
|
||||||
in
|
# in
|
||||||
{
|
{
|
||||||
# services = {
|
# services = {
|
||||||
# jellyfin = {
|
# jellyfin = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue