Advertisement
Guest User

Untitled

a guest
Apr 9th, 2016
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. users.extraUsers = {
  2. clever = {
  3. home = "/home/clever";
  4. isNormalUser = true;
  5. extraGroups = [ "wheel" "wireshark" ];
  6. uid = 1000;
  7. openssh.authorizedKeys.keys = [ keys.ramboot ];
  8. initialHashedPassword = passwords.hashedPw;
  9. };
  10. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement