diff --git a/system/system.nix b/system/system.nix index cc10120f155..c9932d5ec1b 100644 --- a/system/system.nix +++ b/system/system.nix @@ -101,7 +101,7 @@ rec { fileSystems = pkgs.lib.filter (fs: fs.mountPoint == "/" || (fs ? neededForBoot && fs.neededForBoot)) - (config.fileSystems); + config.fileSystems; rootLabel = config.boot.rootLabel; inherit stage2Init; modulesDir = modulesClosure;