diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-31 21:15:37 +0200 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-07-31 21:15:37 +0200 |
| commit | fc48270b7e8de9be41060dbd95a35ee359664424 (patch) | |
| tree | 7b8b70a42b09a56112ce5cd622df1d1dfb0e9bbc /deploy.sh | |
| parent | 2144d31a0455ba32a7a0b655afdef33632a8724d (diff) | |
Fixed the bug in the deploy script. Activate the nix packages
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ set +a : "${SERVER_IP:?SERVER_IP must be set in .env}" -nixos-rebuild switch --flake .#eurovm \ +nix shell nixpkgs#nixos-rebuild -c nixos-rebuild switch --flake .#eurovm \ --target-host "admin@${SERVER_IP}" \ --build-host "admin@${SERVER_IP}" \ --elevate=sudo |
