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
+3 -3
View File
@@ -905,9 +905,9 @@ EOF
fi
gum style --border normal --margin "1" --padding "1 2" --border-foreground 212 "
⚠️ $(gum style --foreground 212 'WARNING:') You will now set the password of the numbus-admin user. \
You will almost never user it. Consider using a very strong password : you can write it down \
securely on a hidden sheet of paper or add it to your password manager (locally with Passbolt \
⚠️ $(gum style --foreground 212 'WARNING:') You will now set the password of the numbus-admin user.
You will almost never user it. Consider using a very strong password : you can write it down
securely on a hidden sheet of paper or add it to your password manager (locally with Passbolt
with any other online password manager provider)."
gum confirm "➡️ I understand, 'yes' to proceed." || { echo -e "\n\n❌ Aborting as requested."; exit 1; }
+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;