infrastructure/hosts/kinda.sus.lol/services/jellyseerr.nix

6 lines
78 B
Nix

{
services.jellyseerr = {
enable = true;
openFirewall = true;
};
}