[kodi] Setup extra groups

This commit is contained in:
2025-03-16 14:34:12 -07:00
parent 6b09b1b0bc
commit 57bc35101e

View File

@@ -27,7 +27,10 @@ in
]); ]);
in mkIf cfg.enable in mkIf cfg.enable
{ {
users.extraUsers.kodi.isNormalUser = true; users.extraUsers.kodi = {
isNormalUser = true;
extraGroups = [ "wheel" "networkmanager" "audio" "video" ];
};
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ 8080 ]; allowedTCPPorts = [ 8080 ];