fix for jellyfin added to group users
This commit is contained in:
parent
f3bfda57aa
commit
1a5e2e5eb4
|
@ -68,6 +68,7 @@
|
|||
"podman"
|
||||
"ollama"
|
||||
"writefreely"
|
||||
"incus-admin"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
bottom
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.jellyfin.enable = true;
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
group = "users";
|
||||
};
|
||||
networking.firewall.allowedTCPPorts = [ 8096 8920 ];
|
||||
networking.firewall.allowedUDPPorts = [ 1900 7359 ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue