From 5e760d9004ecc6a0b41effdf077a6814b0903bd1 Mon Sep 17 00:00:00 2001 From: Alexander Wainwright Date: Sat, 28 Jun 2025 20:18:16 +1000 Subject: [PATCH] Add sonar to users group --- hosts/alt/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/alt/configuration.nix b/hosts/alt/configuration.nix index 2a09baf..8e67c07 100644 --- a/hosts/alt/configuration.nix +++ b/hosts/alt/configuration.nix @@ -45,6 +45,7 @@ enable = true; openFirewall = true; }; + users.users.sonarr.extraGroups = [ "users" ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions