1
0
forked from clan/clan-core

Merge pull request 'add waypipe user to video group' (#852) from Mic92-target_host into main

Reviewed-on: clan/clan-core#852
This commit is contained in:
Mic92 2024-02-15 18:31:39 +00:00
commit be77d365e7

View File

@ -48,7 +48,7 @@
users.users.${config.clan.services.waypipe.user} = {
isNormalUser = true;
password = "";
extraGroups = [ "wheel" ];
extraGroups = [ "wheel" "video" ];
shell = "/run/current-system/sw/bin/bash";
};