ajout groupe dialout

This commit is contained in:
nyanloutre 2019-06-30 11:34:09 +02:00
parent 74dce71c43
commit 25c24a6c3e
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
users.extraUsers.paul = {
isNormalUser = true;
uid = 1000;
extraGroups = [ "wheel" "networkmanager" "wireshark" ];
extraGroups = [ "wheel" "networkmanager" "wireshark" "dialout" ];
};
services.syncthing.enable = true;