Revert "Enable nix.readOnlyStore by default"
This reverts commit 683100666d98f758b4ae3172686633a4840ec1bc. Seems somebody (systemd? the kernel?) gets confused at power events and remounts the filesystem containing /nix/store as read-only.
This commit is contained in:
parent
683100666d
commit
bd328680ce
@ -185,7 +185,7 @@ in
|
||||
};
|
||||
|
||||
readOnlyStore = mkOption {
|
||||
default = true;
|
||||
default = false;
|
||||
description = ''
|
||||
If set, NixOS will enforce the immutability of the Nix store
|
||||
by making <filename>/nix/store</filename> a read-only bind
|
||||
|
Loading…
x
Reference in New Issue
Block a user