21 lines
		
	
	
	
		
			667 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			667 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 | |
| <plist version="1.0">
 | |
|   <dict>
 | |
|     <key>Label</key>
 | |
|     <string>org.nixos.nix-daemon</string>
 | |
|     <key>RunAtLoad</key>
 | |
|     <true/>
 | |
|     <key>Program</key>
 | |
|     <string>@bindir@/nix-daemon</string>
 | |
|     <key>StandardErrorPath</key>
 | |
|     <string>/var/log/nix-daemon.log</string>
 | |
|     <key>StandardOutPath</key>
 | |
|     <string>/dev/null</string>
 | |
|     <key>EnvironmentVariables</key>
 | |
|     <dict>
 | |
|       <key>SSL_CERT_FILE</key>
 | |
|       <string>/nix/var/nix/profiles/default/etc/ssl/certs/ca-bundle.crt</string>
 | |
|     </dict>
 | |
|   </dict>
 | |
| </plist>
 |