Add serial access to user
This commit is contained in:
parent
1cd8a58442
commit
39f9b88a8f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
users.users.${vars.user} = {
|
||||
# System User
|
||||
isNormalUser = true;
|
||||
extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c"];
|
||||
extraGroups = ["wheel" "video" "audio" "camera" "networkmanager" "lp" "scanner" "kvm" "libvirtd" "i2c" "tty" "dialout"];
|
||||
};
|
||||
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
|
Loading…
Reference in a new issue