Add serial access to user

This commit is contained in:
GHOSCHT 2023-11-04 14:54:03 +01:00
parent 1cd8a58442
commit 39f9b88a8f
No known key found for this signature in database

View file

@ -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"];