diff options
Diffstat (limited to 'public/nixos')
-rwxr-xr-x | public/nixos/install.sh | 2 |
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)" |