ops/nixos/lib/common: add lukegb to 'audio' group
This commit is contained in:
parent
8db16c9c60
commit
9244e44518
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue