From 683100666d98f758b4ae3172686633a4840ec1bc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 23 Jan 2013 23:41:01 +0100 Subject: [PATCH] Enable nix.readOnlyStore by default --- 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 a2ec899a5931..bdee1095db62 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -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 /nix/store a read-only bind