Fixed podman command not found

This commit is contained in:
Raphaël Numbus
2026-02-08 12:36:35 +01:00
parent 1f26f51072
commit aceca6cdc4
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ PODMAN_NETWORKS
"pi-hole.service"
"home-assistant.service"
];
path = [ pkgs.curl pkgs.coreutils pkgs.systemd ];
path = [ pkgs.curl pkgs.coreutils pkgs.systemd pkgs.podman ];
serviceConfig = {
Type = "oneshot";
RemainAfterExit = true;