From 6cd8f4832734221379cdfafd441521b3acb531c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Wed, 24 Aug 2016 20:37:21 +0200 Subject: [PATCH] nixos/filesystems: update /etc/fstab comment header --- nixos/modules/tasks/filesystems.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix index cf8232c3615..5a9406101ac 100644 --- a/nixos/modules/tasks/filesystems.nix +++ b/nixos/modules/tasks/filesystems.nix @@ -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: