about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa1267d..893c364 100644
--- a/README.md
+++ b/README.md
@@ -28,3 +28,9 @@ nix build .#homeManagerConfigurations.HOST.activationPackage
 ```
 home-manager switch --flake .#HOST
 ```
+
+# ISO
+## Building
+```
+nix build .#nixosConfigurations.HOST.config.system.build.isoImage
+```