Turn on nix.readOnlyStore again

This commit is contained in:
Eelco Dolstra 2013-01-24 13:09:31 +01:00
parent 8e1f243b30
commit 4ac619f6e5

View File

@ -185,7 +185,7 @@ in
}; };
readOnlyStore = mkOption { readOnlyStore = mkOption {
default = false; default = true;
description = '' description = ''
If set, NixOS will enforce the immutability of the Nix store If set, NixOS will enforce the immutability of the Nix store
by making <filename>/nix/store</filename> a read-only bind by making <filename>/nix/store</filename> a read-only bind