Enable nix.readOnlyStore by default
This commit is contained in:
parent
75662a45d6
commit
683100666d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user