From bd328680ceaee0d546f218d73cea3ec7fefb881c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jan 2013 10:28:34 +0100 Subject: [PATCH] Revert "Enable nix.readOnlyStore by default" This reverts commit 683100666d98f758b4ae3172686633a4840ec1bc. Seems somebody (systemd? the kernel?) gets confused at power events and remounts the filesystem containing /nix/store as read-only. --- modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix index bdee1095db6..a2ec899a593 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -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 /nix/store a read-only bind