Fix incorrect config file content
This commit is contained in:
parent
85f2de1168
commit
823fd2fc1d
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ in {
|
|||
let
|
||||
configFile = pkgs.writeText
|
||||
"${serviceName}.conf"
|
||||
(lib.generators.toINI { } { name = sync.config; });
|
||||
(lib.generators.toINI { } { ${name} = sync.config; });
|
||||
script = pkgs.writeShellScriptBin serviceName ''
|
||||
${sync.secretsScript}
|
||||
cat ${configFile}
|
||||
|
|
Loading…
Reference in a new issue