filesystems: add syntax to /etc/fstab header

ubuntu displays it and it helps in case you forgot the syntax and dont want to consult the man
This commit is contained in:
Matthieu Coudron 2020-12-03 12:39:23 +01:00
parent 24eb3f87fc
commit 3562533edc

View file

@ -244,6 +244,8 @@ in
#
# To make changes, edit the fileSystems and swapDevices NixOS options
# in your /etc/nixos/configuration.nix file.
#
# <file system> <mount point> <type> <options> <dump> <pass>
# Filesystems.
${concatMapStrings (fs: