modified: installer.nix

This commit is contained in:
2025-07-21 18:44:07 +10:00
parent 820328421e
commit 3c20a9944d
+1 -1
View File
@@ -42,7 +42,7 @@ FLAKE_BASE_URL="git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git"
options=("nixos" "docker" "server" "nix-cache" "nix-minimal") options=("nixos" "docker" "server" "nix-cache" "nix-minimal")
echo "Choose the flake profile to install:" echo "Choose the flake profile to install:"
select choice in "${options[@]}"; do select choice in "''${options[@]}"; do
if [[ -n "$choice" ]]; then if [[ -n "$choice" ]]; then
echo "You selected: $choice" echo "You selected: $choice"
break break