From 4ac619f6e559b0d93c016895630951dcfa363452 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jan 2013 13:09:31 +0100 Subject: Turn on nix.readOnlyStore again --- modules/services/misc/nix-daemon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/services/misc/nix-daemon.nix') diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix index a2ec899a593..bdee1095db6 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 -- cgit 1.4.1