Jump to content

Translations:NixOS Installation Guide/52/en: Difference between revisions

From Official NixOS Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
Tag: Replaced
 
Line 1: Line 1:
== Swap file ==
=== Swap file ===
<syntaxhighlight lang="console">
$ sudo dd if=/dev/zero of=/mnt/.swapfile bs=1024 count=2097152 (2GB size)
$ sudo chmod 600 /mnt/.swapfile
$ sudo mkswap /mnt/.swapfile
$ sudo swapon /mnt/.swapfile
</syntaxhighlight>

Latest revision as of 06:23, 8 October 2025

Message definition (NixOS Installation Guide)
=== Swap file ===

Swap file