mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
podman: include systemd in quadlet service path
Podman quadlets use systemd-run to setup transient systemd timers, e.g. for healthchecks.
This commit is contained in:
parent
fb74bb76d9
commit
7556b72b06
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ let
|
|||
"/run/wrappers/bin"
|
||||
"/run/current-system/sw/bin"
|
||||
"${config.home.homeDirectory}/.nix-profile/bin"
|
||||
"${pkgs.systemd}/bin"
|
||||
]);
|
||||
};
|
||||
Restart = "always";
|
||||
|
|
Loading…
Add table
Reference in a new issue