From 917dc7d6d859cbfd24ad778d724a0e32abf2d32b Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Sun, 3 Nov 2024 20:10:26 -0600 Subject: add todo and start remote instlal script --- remote-install.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 remote-install.sh (limited to 'remote-install.sh') diff --git a/remote-install.sh b/remote-install.sh new file mode 100644 index 0000000..a018184 --- /dev/null +++ b/remote-install.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +# TODO flesh out + +ssh $host << EOL +nix-env -i git +git clone git@192.168.1.30:nixos.git +# Copy over ssh / age key +cd nixos +nixos-install --flake ./#$HOST + +EOL + -- cgit v1.2.3