From e033b0c8888793668f8f2eda2aa96f42c1537847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Tue, 24 Feb 2026 19:27:33 +0100 Subject: [PATCH] Specified flake config. --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index e4467fc..81116fe 100644 --- a/deploy.sh +++ b/deploy.sh @@ -630,7 +630,7 @@ deploy() { echo -e "\n\nšŸ”„ Deploying to the remote server..." nix run github:nix-community/nixos-anywhere -- \ - --flake ./final-nix-config/etc/nixos \ + --flake ./final-nix-config/etc/nixos#numbus-server \ --extra-files final-nix-config \ --chown "/home/numbus-admin/" 1000:1000 \ --target-host ${TARGET_USER}@${LIVE_TARGET_IP}