add waypipe user to video group
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