ops/nixos/lib/common: add lukegb to 'audio' group

This commit is contained in:
Luke Granger-Brown 2020-12-03 03:00:40 +00:00
parent 8db16c9c60
commit 9244e44518

View file

@ -74,7 +74,7 @@ in
lukegb = { lukegb = {
isNormalUser = true; isNormalUser = true;
uid = 1000; uid = 1000;
extraGroups = [ "wheel" ]; extraGroups = [ "wheel" "audio" ];
hashedPassword = secrets.passwordHashes.lukegb; hashedPassword = secrets.passwordHashes.lukegb;
openssh.authorizedKeys.keyFiles = [ openssh.authorizedKeys.keyFiles = [
../../secrets/lukegb_totoro.pub ../../secrets/lukegb_totoro.pub