Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created March 12, 2017 21:28
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