summary refs log tree commit diff
path: root/modules/services/misc/nix-daemon.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-24 13:09:31 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-01-24 13:09:31 +0100
commit4ac619f6e559b0d93c016895630951dcfa363452 (patch)
tree388607d9f7df51339c1431f8ab43455a0a60e435 /modules/services/misc/nix-daemon.nix
parent8e1f243b309f31f3c6605cc7bad17dbd1ccad568 (diff)
downloadnixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.tar
nixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.tar.gz
nixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.tar.bz2
nixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.tar.lz
nixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.tar.xz
nixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.tar.zst
nixpkgs-4ac619f6e559b0d93c016895630951dcfa363452.zip
Turn on nix.readOnlyStore again
Diffstat (limited to 'modules/services/misc/nix-daemon.nix')
-rw-r--r--modules/services/misc/nix-daemon.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/misc/nix-daemon.nix b/modules/services/misc/nix-daemon.nix
index a2ec899a593..bdee1095db6 100644
--- a/modules/services/misc/nix-daemon.nix
+++ b/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