0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

Move the option declaration of filesystems.*.neededForBoot to boot/stage-1.nix.

svn path=/nixos/branches/modular-nixos/; revision=15940
This commit is contained in:
Nicolas Pierron 2009-06-11 16:04:03 +00:00
parent 0657b26ab1
commit 4001b66c88
2 changed files with 12 additions and 12 deletions

View file

@ -97,16 +97,6 @@ let
<option>fileSystems.*.mountPoint</option>.
";
};
# Should be moved inside boot-stage-1.nix
neededForBoot = mkOption {
default = false;
type = types.enable;
description = "
Mount this file system to boot on NixOS.
";
};
};
};