From 8fa7c642a3b597850d7a6a052e369b18252aa50c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 15 May 2025 10:36:11 -0500 Subject: [PATCH] fixing upgrade --- scripts/upgrade-nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade-nix b/scripts/upgrade-nix index 007e681..81ca5fd 100755 --- a/scripts/upgrade-nix +++ b/scripts/upgrade-nix @@ -1,5 +1,5 @@ #!/bin/sh currentdir=$(pwd) -cd ~/conf +cd /conf nixos-rebuild --use-remote-sudo switch --verbose --flake .# cd $currentdir