Creating a NixOS live CD: Difference between revisions
Update flake example |
mNo edit summary Tags: Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
<translate> | |||
== Motivation == | == Motivation == | ||
Creating a modified NixOS LiveCD out of an existing working NixOS installation has a number of benefits: | Creating a modified NixOS LiveCD out of an existing working NixOS installation has a number of benefits: | ||
Line 4: | Line 5: | ||
* No need for internet access. | * No need for internet access. | ||
* It is easy to add your own packages and configuration changes to the image. | * It is easy to add your own packages and configuration changes to the image. | ||
</translate> | |||
== Building == | == Building == |