Btrfs: Difference between revisions

m Mount the swap subvolume without tracking access times.
ANoob (talk | contribs)
m Install NixOS: Added pointer to example for mount options.
Line 40: Line 40:
<syntaxhighlight lang="console">
<syntaxhighlight lang="console">
# nixos-generate-config --root /mnt
# nixos-generate-config --root /mnt
# nano /mnt/etc/nixos/configuration.nix # manually add mount options
# nano /mnt/etc/nixos/configuration.nix # manually add mount options (see Compression below for an example)
# nixos-install
# nixos-install
</syntaxhighlight>
</syntaxhighlight>