diff options
| author | Baitinq <[email protected]> | 2022-09-06 23:10:25 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-09-07 12:42:31 +0200 |
| commit | a73d93704de272c2a2970a0f414056e3678da9a2 (patch) | |
| tree | 9f8acaec5bbc03c2a89598e834156b109ad2dc40 /README.md | |
| parent | Add irqbalance service (diff) | |
| download | nixos-config-a73d93704de272c2a2970a0f414056e3678da9a2.tar.gz nixos-config-a73d93704de272c2a2970a0f414056e3678da9a2.tar.bz2 nixos-config-a73d93704de272c2a2970a0f414056e3678da9a2.zip | |
Add ability to create iso of nixosConfigurations
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
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 +``` |