Revert "Enable nix.readOnlyStore by default"
This reverts commit 683100666d
.
Seems somebody (systemd? the kernel?) gets confused at power
events and remounts the filesystem containing /nix/store as
read-only.
This commit is contained in:
parent
683100666d
commit
bd328680ce
|
@ -185,7 +185,7 @@ in
|
|||
};
|
||||
|
||||
readOnlyStore = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
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 New Issue