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:
parent
0657b26ab1
commit
4001b66c88
2 changed files with 12 additions and 12 deletions
|
@ -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.
|
||||
";
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue