From 653017bc2180036e9dfddb8afa7bb13d4998ebf6 Mon Sep 17 00:00:00 2001 From: Trevor Vallender Date: Tue, 26 Sep 2023 16:44:02 +0100 Subject: [PATCH] Setting up remote build for kernighan --- bin/build_kernighan.bash | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bin/build_kernighan.bash diff --git a/bin/build_kernighan.bash b/bin/build_kernighan.bash new file mode 100644 index 0000000..5442a5e --- /dev/null +++ b/bin/build_kernighan.bash @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +NIX_SSHOPTS="-p 2223 -i /home/tsv/.ssh/personal" nixos-rebuild --build-host tsv@192.168.40.25 --target-host tsv@192.168.40.25 --use-remote-sudo switch --flake .#kernighan