Advertisement
MayhemWithMercy

Untitled

Aug 3rd, 2021
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. # Define a user account. Don't forget to set a password with ‘passwd’.
  2. users.users.abteen = {
  3. isNormalUser = true;
  4. extraGroups = [ "wheel,networkmanager,audio,video" ]; # Enable ‘sudo’ for the user.
  5. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement