Creating a NixOS live CD/ru: Difference between revisions

Unabomberlive (talk | contribs)
Created page with "=== Тестирование образа ==="
Unabomberlive (talk | contribs)
Created page with "=== SSH === В вашем <tt>iso.nix</tt>"
Tags: Mobile edit Mobile web edit
Line 84: Line 84:
$ qemu-system-x86_64 -enable-kvm -m 256 -cdrom result/iso/nixos-*.iso
$ qemu-system-x86_64 -enable-kvm -m 256 -cdrom result/iso/nixos-*.iso
</syntaxhighlight>
</syntaxhighlight>
<div lang="en" dir="ltr" class="mw-content-ltr">
=== SSH ===
===SSH===
В вашем <tt>iso.nix</tt>
In your <tt>iso.nix</tt>:
</div>
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
{
{