From 8b3e08a6170ec569512ecbbbd4dae9e975917402 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 7 Apr 2025 23:03:12 -0400 Subject: [PATCH] add deploy.sh --- deploy.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..0d11751 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +nixos-rebuild switch --flake . --use-remote-sudo