data model: add tf deployment

This commit is contained in:
Kiara Grouwstra 2025-08-09 19:25:45 +02:00
parent 5749ac17a5
commit 4d68edb69d
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 4 additions and 1 deletions

View file

@ -2,7 +2,6 @@
inputs, inputs,
# sources, # sources,
lib, lib,
# providers,
... ...
}: }:

View file

@ -30,6 +30,10 @@ let
description = "A Terraform deployment by SSH to update a single existing NixOS host"; description = "A Terraform deployment by SSH to update a single existing NixOS host";
type = types.attrset; type = types.attrset;
}; };
tf-ssh = mkOption {
description = "A Terraform deployment by SSH to update a single existing NixOS host";
type = types.attrset;
};
}; };
in in
{ {