diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix index bdee1095db62..a2ec899a5931 100644 --- a/modules/services/misc/nix-daemon.nix +++ b/modules/services/misc/nix-daemon.nix @@ -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 /nix/store a read-only bind