aboutsummaryrefslogtreecommitdiff
path: root/public/nixos/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'public/nixos/install.sh')
-rwxr-xr-xpublic/nixos/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/nixos/install.sh b/public/nixos/install.sh
index 63aedad..d8df69c 100755
--- a/public/nixos/install.sh
+++ b/public/nixos/install.sh
@@ -56,7 +56,7 @@ DEVICE="${2:-}"
exit 2
}
-SERVER="https://euandre.org/dotfiles"
+SERVER="https://euandre.org/dotfiles/nixos"
yellow "Downloading Nix files..."
TMP_DIR="$(mktemp -d)"