Add user erwin to dialout group

This commit is contained in:
Erwin Boskma 2022-08-09 17:03:48 +02:00
parent 8997f12c45
commit eaccf339b7
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -13,7 +13,7 @@ in
users.users.erwin = {
isNormalUser = true;
home = "/home/erwin";
extraGroups = [ "wheel" "adm" "audio" "video" ];
extraGroups = [ "wheel" "adm" "audio" "video" "dialout" ];
shell = pkgs.fish;
openssh.authorizedKeys.keyFiles = [
(pkgs.fetchurl {