dust: add myself to dialout group

This commit is contained in:
Guanran Wang 2024-12-12 17:28:21 +08:00
parent efc3f4ea55
commit cf6f29aed9
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -97,7 +97,10 @@
description = "Guanran Wang";
hashedPasswordFile = config.sops.secrets."hashed-passwd".path;
shell = pkgs.fish;
extraGroups = [ "wheel" ];
extraGroups = [
"wheel"
"dialout"
];
};
home-manager = {