diff --git a/deployment/data-model.nix b/deployment/data-model.nix index 3858fce1..47c7b5ec 100644 --- a/deployment/data-model.nix +++ b/deployment/data-model.nix @@ -124,7 +124,7 @@ in }; readOnly = true; default = { - input-type = submodule application.config.module; + input-type = types.int; output-type = application-resources; }; }; @@ -173,7 +173,7 @@ in }; readOnly = true; default = { - input-type = application-resources; + input-type = types.int; output-type = nixops4Deployment; }; };