From db96e44549e2ed038c0ee75723236c79757aea18 Mon Sep 17 00:00:00 2001 From: Kevin Kandlbinder Date: Thu, 25 May 2023 15:49:24 +0200 Subject: [PATCH] Cleanup install.sh --- nixos/install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/install.sh b/nixos/install.sh index 9d21d23..d7d8bbc 100755 --- a/nixos/install.sh +++ b/nixos/install.sh @@ -11,18 +11,10 @@ DIR=$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd ) echo "Installing NixOS..." -#if [ -d /etc/nixos/ssh ]; then -# echo "Directory /etc/nixos/ssh exists - skipping." -#else -# sudo ln -s $DIR/../ssh /etc/nixos/ssh || echo "Could not link ssh assets" -#fi - pushd $DIR sudo nixos-rebuild switch --flake '..#' popd -#sudo cp -r $DIR/../* /etc/nixos/ || echo "Could not copy modules" - echo "Done."