Enable nix.readOnlyStore by default

This commit is contained in:
Eelco Dolstra 2013-01-23 23:41:01 +01:00
parent 75662a45d6
commit 683100666d

View file

@ -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 <filename>/nix/store</filename> a read-only bind