Guest User

Untitled

a guest
Mar 5th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 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. builder = {
  11. uid = 1001;
  12. isNormalUser = true;
  13. openssh.authorizedKeys.keys = [ keys.dual.distro keys.nix1.distro keys.router.distro keys.nix2 keys.amd_distro ];
  14. };
  15. root.openssh.authorizedKeys.keys = [ keys.dual.distro keys.amd ];
  16. };
  17. users.extraGroups.wireshark.gid = 500;
Add Comment
Please, Sign In to add comment