From aceca6cdc41356816b36de7f7d5c78189da2712f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Sun, 8 Feb 2026 12:36:35 +0100 Subject: [PATCH] Fixed podman command not found --- deploy.sh | 6 +++--- templates/nix-config/misc/activation.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.sh b/deploy.sh index dbd8815..99e104c 100644 --- a/deploy.sh +++ b/deploy.sh @@ -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; } diff --git a/templates/nix-config/misc/activation.nix b/templates/nix-config/misc/activation.nix index 1bc24ad..944e044 100644 --- a/templates/nix-config/misc/activation.nix +++ b/templates/nix-config/misc/activation.nix @@ -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;