mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Minor tweaks to nix
module options defs
This commit is contained in:
parent
d44b8be38c
commit
39cf1e6fbe
1 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ in
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
description = ''
|
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
|
by making <filename>/nix/store</filename> a read-only bind
|
||||||
mount. Nix will automatically make the store writable when
|
mount. Nix will automatically make the store writable when
|
||||||
needed.
|
needed.
|
||||||
|
|
Loading…
Add table
Reference in a new issue