fix
This commit is contained in:
parent
45b8dfeb96
commit
dbe35541ef
1 changed files with 6 additions and 4 deletions
|
@ -31,10 +31,12 @@ in {
|
|||
};
|
||||
|
||||
config = {
|
||||
systemd.tmpfiles.settings =
|
||||
builtins.mapAttrs (name: drv: {
|
||||
"${cfg.prefix}/${name}"."L+".argument = drv.outPath;
|
||||
systemd.tmpfiles.settings = lib.listToAttrs (lib.mapAttrsToList (name: drv: {
|
||||
name = "myphps-${name}";
|
||||
value = {
|
||||
"${cfg.prefix}/${name}"."L+".argument = drv.outPath;
|
||||
};
|
||||
})
|
||||
phps;
|
||||
phps);
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue