Fixed podman command not found
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user