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;