mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
Turn on nix.readOnlyStore again
This commit is contained in:
parent
8e1f243b30
commit
4ac619f6e5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ in
|
|||
};
|
||||
|
||||
readOnlyStore = mkOption {
|
||||
default = false;
|
||||
default = true;
|
||||
description = ''
|
||||
If set, NixOS will enforce the immutability of the Nix store
|
||||
by making <filename>/nix/store</filename> a read-only bind
|
||||
|
|
Loading…
Reference in a new issue