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, ... }:
let
inherit (flake.config.people) user0;
inherit (flake.config.machines.devices) ceres;
inherit (flake.config.services.instances) jellyfin web;
service = jellyfin;
localhost = web.localhost.address0;
host = "${service.subdomain}.${web.domains.url0}";
in
# { flake, ... }:
# let
# inherit (flake.config.people) user0;
# inherit (flake.config.machines.devices) ceres;
# inherit (flake.config.services.instances) jellyfin web;
# service = jellyfin;
# localhost = web.localhost.address0;
# host = "${service.subdomain}.${web.domains.url0}";
# in
{
# services = {
# jellyfin = {