Turn on nix.readOnlyStore again

wip/yesman
Eelco Dolstra 12 years ago
parent 8e1f243b30
commit 4ac619f6e5
  1. 2
      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 <filename>/nix/store</filename> a read-only bind

Loading…
Cancel
Save