summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/nix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/nix/default.nix b/modules/nix/default.nix
index db1d40f..8d05cf8 100644
--- a/modules/nix/default.nix
+++ b/modules/nix/default.nix
@@ -204,7 +204,7 @@ in
envVars = mkOption {
type = types.attrs;
internal = true;
- default = {};
+ default = { };
description = "Environment variables used by Nix.";
};
@@ -212,7 +212,7 @@ in
type = types.bool;
default = true;
description = ''
- If set, NixOS will enforce the immutability of the Nix store
+ If set, Nix will enforce the immutability of the Nix store
by making <filename>/nix/store</filename> a read-only bind
mount. Nix will automatically make the store writable when
needed.