1
0
Fork 0
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:
Niklas Tasler 2025-03-18 19:39:27 +01:00
parent fb74bb76d9
commit 7556b72b06

View file

@ -95,6 +95,7 @@ let
"/run/wrappers/bin"
"/run/current-system/sw/bin"
"${config.home.homeDirectory}/.nix-profile/bin"
"${pkgs.systemd}/bin"
]);
};
Restart = "always";