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:
Eelco Dolstra 2013-01-24 10:28:34 +01:00
parent 683100666d
commit bd328680ce

View File

@ -185,7 +185,7 @@ in
}; };
readOnlyStore = mkOption { readOnlyStore = mkOption {
default = true; default = false;
description = '' description = ''
If set, NixOS will enforce the immutability of the Nix store If set, NixOS 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