alpine: add media group

This commit is contained in:
Tristan 2025-07-16 16:51:55 +01:00
parent 75fb589952
commit e4419b9631

View file

@ -1,4 +1,4 @@
{config, lib, ...}: let {config, lib, user, ...}: let
inherit (config) sops; inherit (config) sops;
inherit (sops) templates placeholder; inherit (sops) templates placeholder;
in { in {
@ -8,6 +8,7 @@ in {
"dotnet-sdk-6.0.428" "dotnet-sdk-6.0.428"
"dotnet-sdk-wrapped-6.0.428" "dotnet-sdk-wrapped-6.0.428"
]; ];
users.users.${user}.extraGroups = ["media"];
users.groups.media = { users.groups.media = {
gid = 979; gid = 979;
}; };