nixos/kryoflux: fix typo programs.kryoflux -> hardware.kryoflux (#425519)
This commit is contained in:
		
						commit
						d77f686cb3
					
				| @ -6,11 +6,11 @@ | ||||
| }: | ||||
| 
 | ||||
| let | ||||
|   cfg = config.programs.kryoflux; | ||||
|   cfg = config.hardware.kryoflux; | ||||
| 
 | ||||
| in | ||||
| { | ||||
|   options.programs.kryoflux = { | ||||
|   options.hardware.kryoflux = { | ||||
|     enable = lib.mkOption { | ||||
|       type = lib.types.bool; | ||||
|       default = false; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Matthew Croughan
						Matthew Croughan