mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-10-31 13:50:04 +00:00 
			
		
		
		
	♻️ Move hashedPasswordFile into inherit section
This commit is contained in:
		
							parent
							
								
									d7a1a9ffbd
								
							
						
					
					
						commit
						65f710a179
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		|  | @ -49,8 +49,7 @@ in { | ||||||
|     users.users = lib.mapAttrs (username: userConfig: |     users.users = lib.mapAttrs (username: userConfig: | ||||||
|       mkIf userConfig.enable { |       mkIf userConfig.enable { | ||||||
|         name = username; |         name = username; | ||||||
|         hashedPasswordFile = userConfig.hashedPasswordFile; |         inherit (userConfig) isNormalUser isSystemUser initialPassword hashedPasswordFile password extraGroups; | ||||||
|         inherit (userConfig) isNormalUser isSystemUser initialPassword password extraGroups; |  | ||||||
|       }) |       }) | ||||||
|     cfg; |     cfg; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue