diff --git a/nixos/modules/services/misc/nix-daemon.nix b/nixos/modules/services/misc/nix-daemon.nix index ff0bdf65ced..e98f63f6886 100644 --- a/nixos/modules/services/misc/nix-daemon.nix +++ b/nixos/modules/services/misc/nix-daemon.nix @@ -160,7 +160,7 @@ in user name to be used for the SSH connection (sshUser), the Nix system type (system, e.g., - \"i686-linux\"), the maximum number of + "i686-linux"), the maximum number of jobs to be run in parallel on that machine (maxJobs), the path to the SSH private key to be used to connect (sshKey), a diff --git a/nixos/modules/tasks/filesystems.nix b/nixos/modules/tasks/filesystems.nix index 4ca309f5a10..6e3d019ea93 100644 --- a/nixos/modules/tasks/filesystems.nix +++ b/nixos/modules/tasks/filesystems.nix @@ -95,14 +95,14 @@ in options = [ fileSystemOpts ]; description = '' The file systems to be mounted. It must include an entry for - the root directory (mountPoint = \"/\"). Each + the root directory (mountPoint = "/"). Each entry in the list is an attribute set with the following fields: mountPoint, device, fsType (a file system type recognised by mount; defaults to - \"auto\"), and options + "auto"), and options (the mount options passed to mount using the - flag; defaults to \"defaults\"). + flag; defaults to "defaults"). Instead of specifying device, you can also specify a volume label (label) for file