forked from jan-leila/nix-config
		
	made user files
This commit is contained in:
		
							parent
							
								
									8ef437334f
								
							
						
					
					
						commit
						b60bacf752
					
				
					 7 changed files with 137 additions and 119 deletions
				
			
		
							
								
								
									
										23
									
								
								users/ester/default.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								users/ester/default.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,23 @@ | |||
| { lib, config, pkgs, ... }: | ||||
| { | ||||
|   sops.secrets."passwords/ester" = { | ||||
|     neededForUsers = true; | ||||
|     # sopsFile = ../secrets.yaml; | ||||
|   }; | ||||
| 
 | ||||
|   # Define user accounts | ||||
|   users.users.ester = { | ||||
|     isNormalUser = true; | ||||
|     uid = 1001; | ||||
|     description = "Ester"; | ||||
|     extraGroups = [ "networkmanager" ]; | ||||
| 
 | ||||
|     hashedPasswordFile = config.sops.secrets."passwords/ester".path; | ||||
| 
 | ||||
|     packages = with pkgs; [ | ||||
|       firefox | ||||
|       bitwarden | ||||
|       discord | ||||
|     ]; | ||||
|   }; | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue