mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
treewide: completely remove types.loaOf
This commit is contained in:
parent
bfd706923e
commit
20d491a317
26 changed files with 52 additions and 147 deletions
|
@ -54,7 +54,7 @@ in
|
|||
|
||||
options = {
|
||||
fileSystems = mkOption {
|
||||
type = with lib.types; loaOf (submodule encryptedFSOptions);
|
||||
type = with lib.types; attrsOf (submodule encryptedFSOptions);
|
||||
};
|
||||
swapDevices = mkOption {
|
||||
type = with lib.types; listOf (submodule encryptedFSOptions);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue