tmpfiles: use correct path in the onChange hook
This commit is contained in:
committed by
Austin Horstman
parent
8c824254b1
commit
c93684cd87
@@ -167,7 +167,7 @@ let
|
||||
]}
|
||||
'';
|
||||
onChange = ''
|
||||
run ${pkgs.systemd}/bin/systemd-tmpfiles --user --remove --create ''${DRY_RUN:+--dry-run} '${mkFileName name}'
|
||||
run ${pkgs.systemd}/bin/systemd-tmpfiles --user --remove --create ''${DRY_RUN:+--dry-run} '${config.xdg.configHome}/${mkFileName name}'
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user