diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-08 23:55:09 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-08 23:55:09 -0800 |
commit | 2b0e8f4306b8580f54531da1b4e6e5c1e891e02b (patch) | |
tree | 431ecb1ac3780f1b629bcc411a5fa3c13a539c9b /README.org | |
parent | d8900b3f01bf98911516d39c2c96549485f54577 (diff) |
iso.nix
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -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. |