fix tmpfiles.rules for outputsPath

This commit is contained in:
Jörg Thalheim 2023-11-04 11:32:16 +01:00
parent 333cd055c1
commit 4acc8695e1

View file

@ -209,6 +209,6 @@ in
# Allow buildbot-master to write to this directory
systemd.tmpfiles.rules = lib.optional (cfg.outputsPath != null)
"d ${cfg.outputPath} 0755 buildbot buildbot - -";
"d ${cfg.outputsPath} 0755 buildbot buildbot - -";
};
}