mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-10-30 21:40:12 +00:00 
			
		
		
		
	Fix default value in nixos module
This commit is contained in:
		| @@ -22,7 +22,7 @@ let | ||||
|       enabled = false; | ||||
|       priority = "low"; | ||||
|       allowed-ips = { | ||||
|         enabled = true; | ||||
|         enabled = false; | ||||
|         ips = [ "127.0.0.1" ]; | ||||
|       }; | ||||
|       http-basic = { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user