summary refs log tree commit diff
path: root/modules/system/boot/stage-2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/boot/stage-2.nix')
-rw-r--r--modules/system/boot/stage-2.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/boot/stage-2.nix b/modules/system/boot/stage-2.nix
index e187219cbd8..3569cfa8113 100644
--- a/modules/system/boot/stage-2.nix
+++ b/modules/system/boot/stage-2.nix
@@ -60,6 +60,7 @@ let
     shellDebug = "${pkgs.bashInteractive}/bin/bash";
     isExecutable = true;
     inherit (config.boot) devShmSize runSize cleanTmpDir;
+    inherit (config.nix) readOnlyStore;
     ttyGid = config.ids.gids.tty;
     path =
       [ pkgs.coreutils