From 15a70588d49af307a9adc72cdb6e989e26a99487 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Fri, 2 Jan 2026 23:35:37 -0500 Subject: [PATCH] Create run script --- run.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 run.sh diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..cf324c4 --- /dev/null +++ b/run.sh @@ -0,0 +1,6 @@ +#! /usr/bin/env nix-shell +#! nix-shell -i bash -p bash +sudo nixos-rebuild \ + --option eval-cache false \ + --flake /workspace/deployed-nixos-server-and-apps \ + switch