nixos/chrony: fix defaultText rendering of enableMemoryLocking option
This commit is contained in:
		
							parent
							
								
									30e2e2857b
								
							
						
					
					
						commit
						48f5657fb9
					
				| @ -92,7 +92,7 @@ in | ||||
|         default = | ||||
|           config.environment.memoryAllocator.provider != "graphene-hardened" | ||||
|           && config.environment.memoryAllocator.provider != "graphene-hardened-light"; | ||||
|         defaultText = ''config.environment.memoryAllocator.provider != "graphene-hardened" && config.environment.memoryAllocator.provider != "graphene-hardened-light"''; | ||||
|         defaultText = lib.literalExpression ''config.environment.memoryAllocator.provider != "graphene-hardened" && config.environment.memoryAllocator.provider != "graphene-hardened-light"''; | ||||
|         description = '' | ||||
|           Whether to add the `-m` flag to lock memory. | ||||
|         ''; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Sandro
						Sandro