From 262144656b52b8c3afe4e75f2ab5bc429b9a8fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Thu, 1 Jan 2026 20:58:01 +0100 Subject: [PATCH] Add -f --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index bc6b073..f9b836f 100644 --- a/deploy.sh +++ b/deploy.sh @@ -635,7 +635,7 @@ EOF deploy() { - git -C "/home/nixosd/numbus-server" add "final-nix-config" + git -C "/home/nixosd/numbus-server" add -f "final-nix-config" echo -e "\n\nšŸ”„ Deploying to the remote server..." nix run github:nix-community/nixos-anywhere -- \