forked from nyanloutre/nixos-config
ajout groupe dialout
This commit is contained in:
parent
74dce71c43
commit
25c24a6c3e
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
||||||
users.extraUsers.paul = {
|
users.extraUsers.paul = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
extraGroups = [ "wheel" "networkmanager" "wireshark" ];
|
extraGroups = [ "wheel" "networkmanager" "wireshark" "dialout" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue