summary refs log tree commit diff
path: root/nixos/modules/tasks/filesystems.nix
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2016-08-24 20:37:21 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2016-08-24 20:40:58 +0200
commit6cd8f4832734221379cdfafd441521b3acb531c4 (patch)
treed15af458d72e6d7a55397c7977433233bbd7b018 /nixos/modules/tasks/filesystems.nix
parent20b4c8726a6ea73b72b1f3026995ace4e49d1693 (diff)
downloadnixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.tar
nixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.tar.gz
nixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.tar.bz2
nixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.tar.lz
nixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.tar.xz
nixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.tar.zst
nixpkgs-6cd8f4832734221379cdfafd441521b3acb531c4.zip
nixos/filesystems: update /etc/fstab comment header
Diffstat (limited to 'nixos/modules/tasks/filesystems.nix')
-rw-r--r--nixos/modules/tasks/filesystems.nix3
1 files changed, 3 insertions, 0 deletions
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: