nix-infra/hosts/jellyfin/default.nix

10 lines
124 B
Nix
Raw Normal View History

2023-08-01 23:02:11 +02:00
{ ... }:
{
imports = [
./configuration.nix
./hardware-configuration.nix
./jellyfin.nix
./nginx.nix
];
}