alpine: add media group
This commit is contained in:
parent
75fb589952
commit
e4419b9631
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue