From a410a402a5dc5c68208ab8d6610fade60c8639c0 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 9 Jan 2025 14:49:49 -0800 Subject: use disko instead of rolling my own scripts and fixes --- initial-deploy.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 initial-deploy.sh (limited to 'initial-deploy.sh') 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/ -- cgit