From e1add13d9900d687b8eef9fdc7e3b245111cd8c2 Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 3 Jan 2026 02:53:35 -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