From 3dcfaa8a9675912cd229c8494f676f42be985678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Numbus?= Date: Thu, 1 Jan 2026 20:45:15 +0100 Subject: [PATCH] Add folder to git --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index b829bc4..bc6b073 100644 --- a/deploy.sh +++ b/deploy.sh @@ -635,6 +635,8 @@ EOF deploy() { + git -C "/home/nixosd/numbus-server" add "final-nix-config" + echo -e "\n\nšŸ”„ Deploying to the remote server..." nix run github:nix-community/nixos-anywhere -- \ --flake ./final-nix-config/etc/nixos#numbus-server \