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