user-chch.nix aktualisiert
This commit is contained in:
parent
8834c3b35d
commit
c74fe1bc77
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
{
|
||||
users.users.chch = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "lpadmin" "dialout"]; # Enable ‘sudo’ for the user.
|
||||
extraGroups = [ "wheel" "lpadmin" "dialout" "wireshark" ]; # Enable ‘sudo’ for the user.
|
||||
packages = with pkgs; [
|
||||
tree
|
||||
firefox
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue