nixos/filesystems: update /etc/fstab comment header

This commit is contained in:
Bjørn Forsman 2016-08-24 20:37:21 +02:00
parent 20b4c8726a
commit 6cd8f48327

View file

@ -175,6 +175,9 @@ in
skipCheck = fs: fs.noCheck || fs.device == "none" || builtins.elem fs.fsType fsToSkipCheck;
in ''
# This is a generated file. Do not edit!
#
# To make changes, edit the fileSystems and swapDevices NixOS options
# in your /etc/nixos/configuration.nix file.
# Filesystems.
${flip concatMapStrings fileSystems (fs: