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:
parent
24eb3f87fc
commit
3562533edc
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue