infra/nixos/hosts/eidola/services/jellyfin.nix

11 lines
153 B
Nix

_: {
hardware.graphics.enable = true;
services.jellyfin = {
enable = true;
# allow it to access network shares
group = "share";
};
}