Add jellyfin
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m36s
Periodic flake update / flake-update (push) Successful in 1m29s

This commit is contained in:
2024-12-22 04:33:00 +01:00
parent 11508a90e1
commit 79b6598d0d
8 changed files with 203 additions and 61 deletions

View File

@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./configuration.nix
../../services/jellyfin
];
}