From c622ddca34f3bdba1f54add9f6fba90689b765dd Mon Sep 17 00:00:00 2001 From: Hans Muendelein Date: Sat, 2 Nov 2024 23:26:35 +0100 Subject: [PATCH] Adjust install path and readme --- README.md | 3 --- shell.nix | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 84b3bb5..8d4283d 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,5 @@ then set the required crypt and root pw and start the installer script: ``` nix-shell -E "import (builtins.fetchurl https://git.cluster.gay/hans/nixos-install/raw/branch/main/shell.nix)" -export CRYPT_PW="pol...." -#optionally set root disk if it is not /dev/nvme0n1 -export ROOT_DISK=/dev/sd..... ``` diff --git a/shell.nix b/shell.nix index 6631f45..5abe650 100644 --- a/shell.nix +++ b/shell.nix @@ -42,6 +42,6 @@ pkgs.mkShell { # Clone the repository git clone ssh://git@git.cluster.gay:2222/hans/nix.git /mnt/ - bash /mnt/etc/install.bash + bash /mnt/etc/nixos/install.bash ''; }