feat(hosts/arwen): add primary user to video group
1 files changed, 1 insertions(+), 0 deletions(-) M hosts/arwen/default.nix
M hosts/arwen/default.nix => hosts/arwen/default.nix +1 -0
@@ 10,6 10,7 @@ username = "skye"; isWheel = true; hashedPasswordFile = config.sops.secrets.skyePwd.path; + extraGroups = ["video"]; }; };