From dabdd3a7c24e635b62e03e70cec97cbcdb918701 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Mon, 27 Feb 2023 14:02:44 +0000 Subject: [PATCH] Fix install.sh script --- nixos/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/install.sh b/nixos/install.sh index 711081d..1a08055 100755 --- a/nixos/install.sh +++ b/nixos/install.sh @@ -17,7 +17,7 @@ else sudo ln -s $DIR/../ssh /etc/nixos/ssh || echo "Could not link ssh assets" fi -sudo nixos-rebuild switch --flake '.#' --impure +sudo nixos-rebuild switch --flake '..#' --impure #sudo cp -r $DIR/../* /etc/nixos/ || echo "Could not copy modules"