2
0
Fork 0

nixos-modules: annotate Init.Config.Policies

This commit is contained in:
Ehmry - 2020-12-20 17:07:52 +01:00
parent 221fcea79d
commit 72f4913d2b
1 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ with lib;
, Init.ServiceRoute.parent "IO_PORT"
]
, config = Init.Config::{
, policies = [ ${toString policies} ]
, policies = [ ${toString policies} ] : List Init.Config.Policy.Type
}
}
'';
@ -385,7 +385,7 @@ with lib;
]
}
]
, policies = [ storagePolicy ]
, policies = [ storagePolicy ] : List Init.Config.Policy.Type
}
}
'';