diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-09 14:49:49 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-09 14:49:49 -0800 |
commit | a410a402a5dc5c68208ab8d6610fade60c8639c0 (patch) | |
tree | ad1a15f899ba2ca397c0919f74e2c3634502d6c9 /initial-deploy.sh | |
parent | 87ce8be7319fa8612a7edcb9261272688ab099bb (diff) |
use disko instead of rolling my own scripts and fixes
Diffstat (limited to 'initial-deploy.sh')
-rwxr-xr-x | initial-deploy.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/initial-deploy.sh b/initial-deploy.sh deleted file mode 100755 index ac71dd2..0000000 --- a/initial-deploy.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Install git first, and you'd probably want vim to make changes. -# You'll also need an ssh key to my server. You can change the -# sources if you don't have access to my server. -sudo mv /etc/nixos/configuration.nix /etc/nixos/configuration.nix.old -sudo ln $HOME/src/toughnix/flake.nix /etc/nixos/ -sudo ln $HOME/src/toughnix/flake.lock /etc/nixos/ -sudo ln $HOME/src/toughnix/configuration.nix /etc/nixos/ -sudo ln $HOME/src/toughnix/home.nix /etc/nixos/ -sudo cp $HOME/src/toughnix/vars.nix /etc/nixos/ |