1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

nixos/lib: add matt to dialout group

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2020-06-22 21:24:13 -04:00
parent eb9f64a8a5
commit 6c039ebd2e
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -11,7 +11,7 @@ in {
users.matt = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" ];
extraGroups = [ "dialout" "wheel" ];
hashedPassword = secrets.users.matt_password_hash;
openssh.authorizedKeys.keys = [