diff --git a/SwarselSystems.org b/SwarselSystems.org index 2dba56f..175ba1d 100644 --- a/SwarselSystems.org +++ b/SwarselSystems.org @@ -6805,6 +6805,11 @@ Also, the system state version is set here. No need to touch it. calibre ]; + + users.users.jellyfin = { + extraGroups = [ "users" ]; + }; + sops.secrets.kavita = { owner = "kavita"; }; networking.firewall.allowedTCPPorts = [ 8080 ]; diff --git a/profiles/server/common/kavita.nix b/profiles/server/common/kavita.nix index 19f3aca..9bbe69e 100644 --- a/profiles/server/common/kavita.nix +++ b/profiles/server/common/kavita.nix @@ -5,6 +5,11 @@ calibre ]; + + users.users.jellyfin = { + extraGroups = [ "users" ]; + }; + sops.secrets.kavita = { owner = "kavita"; }; networking.firewall.allowedTCPPorts = [ 8080 ];