Created
March 12, 2017 21:28
-
-
Save cleverca22/2900b10f012db74ad5fc372176cb003a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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