dust: add myself to dialout group
This commit is contained in:
parent
efc3f4ea55
commit
cf6f29aed9
1 changed files with 4 additions and 1 deletions
|
@ -97,7 +97,10 @@
|
|||
description = "Guanran Wang";
|
||||
hashedPasswordFile = config.sops.secrets."hashed-passwd".path;
|
||||
shell = pkgs.fish;
|
||||
extraGroups = [ "wheel" ];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"dialout"
|
||||
];
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Reference in a new issue