aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@gmail.com>2025-01-08 23:55:09 -0800
committerPreston Pan <ret2pop@gmail.com>2025-01-08 23:55:09 -0800
commit2b0e8f4306b8580f54531da1b4e6e5c1e891e02b (patch)
tree431ecb1ac3780f1b629bcc411a5fa3c13a539c9b /README.org
parentd8900b3f01bf98911516d39c2c96549485f54577 (diff)
iso.nix
Diffstat (limited to 'README.org')
-rw-r--r--README.org16
1 files changed, 5 insertions, 11 deletions
diff --git a/README.org b/README.org
index 0d502c2..b14291e 100644
--- a/README.org
+++ b/README.org
@@ -8,18 +8,12 @@ much less cruft.
Install NixOS, get internet with ~nmtui~ or ethernet, install git (and maybe vim) on your NixOS system,
and then on your NixOS system, run:
#+begin_src shell
- mkdir -p ~/src
- git clone https://git.nullring.xyz/toughnix.git ~/src/
-
- # Change any system variables that are hardware or person-dependent (do this before inital-deploy)
- nano ~/src/toughnix/vars.nix
- bash ~/src/toughnix/initial-deploy.sh
-
- # remove the single CHANGEME line
- nano ~/src/toughnix/configuration.nix
- bash ~/src/toughnix/stg2.sh
- bash ~/src/toughnix/stg3.sh
+ git clone https://git.nullring.xyz/toughnix.git
+ # change values as you see fit
+ vim toughnix/vars.nix
+ sudo nix run 'github:nix-community/disko/latest#disko-install' -- --flake 'toughnix#continuity-dell' --disk main /dev/[disk]
#+end_src
+
Note the line where we run ~nano~; during this period you should change any hardware or
person-specific settings, and also alter ~configuration.nix~ more if you are using an encrypted drive.