From 1bdf5292e88de22a1edc3a3bec9397552c169f4c Mon Sep 17 00:00:00 2001 From: Swarsel Date: Sat, 28 Sep 2024 15:04:54 +0200 Subject: [PATCH] fix: add kavita to users [winters] --- SwarselSystems.org | 5 +++++ profiles/server/common/kavita.nix | 5 +++++ 2 files changed, 10 insertions(+) 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 ];