forked from fediversity/fediversity
data model: add tf deployment
This commit is contained in:
parent
5749ac17a5
commit
4d68edb69d
2 changed files with 4 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
inputs,
|
||||
# sources,
|
||||
lib,
|
||||
# providers,
|
||||
...
|
||||
}:
|
||||
|
||||
|
|
|
|||
|
|
@ -30,6 +30,10 @@ let
|
|||
description = "A Terraform deployment by SSH to update a single existing NixOS host";
|
||||
type = types.attrset;
|
||||
};
|
||||
tf-ssh = mkOption {
|
||||
description = "A Terraform deployment by SSH to update a single existing NixOS host";
|
||||
type = types.attrset;
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue