DerekGraham78

mysql.papalpenguin.com

Dec 30th, 2023
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. { config, pkgs, ... }: {
  2. #}
  3. # Using PAM for database authentication,
  4. # so creating a system user for that purpose.
  5. users.users.papalpenguin = {
  6. isNormalUser = true;
  7. description = "papalpenguin";
  8. group = "papalpenguin";
  9. initialPassword = "098825";
  10. };
  11. users.groups.papalpenguin = {};
  12.  
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment