Merge pull request 'add waypipe user to video group' (#852) from Mic92-target_host into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/852
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
users.users.${config.clan.services.waypipe.user} = {
|
users.users.${config.clan.services.waypipe.user} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
password = "";
|
password = "";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" "video" ];
|
||||||
shell = "/run/current-system/sw/bin/bash";
|
shell = "/run/current-system/sw/bin/bash";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user