From 3562533edc568e156870d262490868e9f1bcafd4 Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Thu, 3 Dec 2020 12:39:23 +0100 Subject: 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 --- nixos/modules/tasks/filesystems.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/modules/tasks/filesystems.nix') diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix index a055072f9c9..7883c5899a6 100644 --- a/nixos/modules/tasks/filesystems.nix +++ b/nixos/modules/tasks/filesystems.nix @@ -244,6 +244,8 @@ in # # To make changes, edit the fileSystems and swapDevices NixOS options # in your /etc/nixos/configuration.nix file. + # + # # Filesystems. ${concatMapStrings (fs: -- cgit 1.4.1