add user davikiwi
This commit is contained in:
		
							parent
							
								
									436188d460
								
							
						
					
					
						commit
						5abc32d0f4
					
				
					 1 changed files with 17 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -40,6 +40,23 @@
 | 
			
		|||
    ];
 | 
			
		||||
    initialHashedPassword = "$y$j9T$E3aBBSSq0Gma8hZD9L7ov0$iCGDW4fqrXWfHO0qodBYYgMFA9CpIraoklHcPbJJrM3";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  users.users.davikiwi = {
 | 
			
		||||
    isNormalUser = true;
 | 
			
		||||
    description = "Davi";
 | 
			
		||||
    hashedPassword = "$y$j9T$0e/rczjOVCy7PuwC3pG0V/$gTHZhfO4wQSlFvbDyfghbCnGI2uDI0a52zSrQ/yOA5A";
 | 
			
		||||
    openssh.authorizedKeys.keys = [
 | 
			
		||||
      "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGgZDBnj+gVMHqoNvjpx2T/HqnxUDbLPshu+t7301gXd Davi@DESKTOP-EVHFGJ9"
 | 
			
		||||
    ];
 | 
			
		||||
    extraGroups = [ "docker" ];
 | 
			
		||||
    packages = with pkgs; [
 | 
			
		||||
      (pkgs.python3.withPackages (python-pkgs: [
 | 
			
		||||
        python-pkgs.pip
 | 
			
		||||
        python-pkgs.wheel
 | 
			
		||||
      ]))
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  security.sudo.wheelNeedsPassword = false;
 | 
			
		||||
 | 
			
		||||
  programs.fish.enable = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue