typo
This commit is contained in:
		
							parent
							
								
									c0cd926113
								
							
						
					
					
						commit
						a760e67b6f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -124,12 +124,12 @@ | |||
|       "${pname}" = package; | ||||
|       default = package; | ||||
|     }; | ||||
|     nixosModules.default = { lib, config, ... }: | ||||
|     nixosModules.default = { lib, config, pkgs, ... }: | ||||
|       with lib; | ||||
|       let | ||||
|         cfg = config.services.actual; | ||||
|         dataDir = "/var/lib/actual"; | ||||
|         cfgFile = writeText "actual.json" (builtins.toJSON { | ||||
|         cfgFile = pkgs.writeText "actual.json" (builtins.toJSON { | ||||
|           inherit dataDir; | ||||
|           inherit (cfg) hostname port; | ||||
|           serverFiles = "${dataDir}/server-files"; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue