aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.org b/README.org
index f56ab87..d0e9a9e 100644
--- a/README.org
+++ b/README.org
@@ -158,3 +158,10 @@ Change my RSS feeds out in ~$HOME/org/website/config/elfeed.org~ with ones you w
*** Website
I update my website with the command ~usite~ (in the terminal). This will work by default if you
set your ~vars.nix~ correctly and you have access to the server you're sshing through with rsync.
+* Building the Installer
+To build the installer, run this command in the flake:
+#+begin_src bash
+ nix build .#nixosConfigurations.installer.config.system.build.isoImage
+#+end_src
+this will put the resultant ISO image in ~./results/iso/~. You can then flash it with ~dd~ or any
+other method.