nixos-servers/hosts/jelly01/default.nix
Torjus Håkestad 79b6598d0d
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m36s
Periodic flake update / flake-update (push) Successful in 1m29s
Add jellyfin
2024-12-22 04:33:00 +01:00

8 lines
84 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/jellyfin
];
}