feat: test

This commit is contained in:
Nick 2025-06-08 22:43:34 -05:00
parent 974662b4e2
commit 955a803673

View file

@ -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 = {