diff options
| author | Malo Bourgon <mbourgon@gmail.com> | 2022-08-13 15:49:25 -0700 |
|---|---|---|
| committer | Malo Bourgon <mbourgon@gmail.com> | 2022-08-16 10:41:51 -0700 |
| commit | 39cf1e6fbe24c1e8fce9d9618ca964b4ef486ed2 (patch) | |
| tree | 3257165996143103ba765745c78f2c4180258928 /modules | |
| parent | d44b8be38ce5e021bf3a280fa63087b4d79c26ee (diff) | |
Minor tweaks to `nix` module options defs
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nix/default.nix | 4 |
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. |
