diff --git a/nixos/services/arr.nix b/nixos/services/arr.nix index cc2a9ff..833614f 100644 --- a/nixos/services/arr.nix +++ b/nixos/services/arr.nix @@ -1,4 +1,4 @@ -{config, lib, ...}: let +{config, lib, user, ...}: let inherit (config) sops; inherit (sops) templates placeholder; in { @@ -8,6 +8,7 @@ in { "dotnet-sdk-6.0.428" "dotnet-sdk-wrapped-6.0.428" ]; + users.users.${user}.extraGroups = ["media"]; users.groups.media = { gid = 979; };