Creating a NixOS live CD: Difference between revisions
imported>Makefu remove old howto code |
imported>Makefu mNo edit summary |
||
| Line 27: | Line 27: | ||
In your iso.nix: | In your iso.nix: | ||
services.openssh = { | services.openssh = { | ||
enable = true; | enable = true; | ||
| Line 40: | Line 39: | ||
]; | ]; | ||
== software installation inside the 'once' deployed and booted image == | == software installation inside the 'once' deployed and booted image == | ||