nixos/filesystems: update /etc/fstab comment header
This commit is contained in:
parent
20b4c8726a
commit
6cd8f48327
@ -175,6 +175,9 @@ in
|
|||||||
skipCheck = fs: fs.noCheck || fs.device == "none" || builtins.elem fs.fsType fsToSkipCheck;
|
skipCheck = fs: fs.noCheck || fs.device == "none" || builtins.elem fs.fsType fsToSkipCheck;
|
||||||
in ''
|
in ''
|
||||||
# This is a generated file. Do not edit!
|
# 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.
|
# Filesystems.
|
||||||
${flip concatMapStrings fileSystems (fs:
|
${flip concatMapStrings fileSystems (fs:
|
||||||
|
Loading…
Reference in New Issue
Block a user