Files
nixos-config/modules/server/cdn/default.nix

11 lines
73 B
Nix
Executable File

{
pkgs,
lib,
config,
...
}:
{
imports = [ ./jellyfin.nix ];
}