mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -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, ... }:
|
||||
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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue