treewide: completely remove types.loaOf

This commit is contained in:
rnhmjoj 2020-08-23 01:28:45 +02:00
parent bfd706923e
commit 20d491a317
No known key found for this signature in database
GPG key ID: BFBAF4C975F76450
26 changed files with 52 additions and 147 deletions

View file

@ -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);