diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-04 21:15:29 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-04 21:15:29 -0800 |
commit | c38ffa0cd308a44938ec32a64829003d32ce21c6 (patch) | |
tree | 03cd44e18a434c9e760990115eb8cbc02e78775f /initial-deploy.sh | |
parent | 3b69b882a3c53494be664aeb6f13304399633180 (diff) |
fix initial-deploy
Diffstat (limited to 'initial-deploy.sh')
-rwxr-xr-x | initial-deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/initial-deploy.sh b/initial-deploy.sh index d3a7337..0ab475e 100755 --- a/initial-deploy.sh +++ b/initial-deploy.sh @@ -18,7 +18,7 @@ git clone git@nullring.xyz:/var/git/publish-org-roam-ui ~/src cd /etc/nixos sudo nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update -sudo nixos-rebuild switch +sudo nixos-rebuild switch --flake .#continuity-dell echo "Installlation done! Rebooting..." sleep 3 |