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
1 changed files with 1 additions and 1 deletions

View File

@ -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