Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 12, 2017 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cleverca22/2900b10f012db74ad5fc372176cb003a to your computer and use it in GitHub Desktop.
Save cleverca22/2900b10f012db74ad5fc372176cb003a to your computer and use it in GitHub Desktop.
users.extraUsers = {
clever = {
home = "/home/clever";
isNormalUser = true;
extraGroups = [ "wheel" "wireshark" "vboxusers" ];
uid = 1000;
initialHashedPassword = passwords.hashedPw;
};
};
users.extraGroups.wireshark.gid = 500;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment