forked from fediversity/fediversity
Compare commits
3 commits
0630e74e6f
...
862d6ba2b7
| Author | SHA1 | Date | |
|---|---|---|---|
| 862d6ba2b7 | |||
| 42d6eaff25 | |||
| 3932a0ad0a |
1 changed files with 4 additions and 0 deletions
|
|
@ -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