Compare commits

..

3 commits

Author SHA1 Message Date
862d6ba2b7
tf command 2025-08-10 12:26:47 +02:00
42d6eaff25
data model: add tf deployment 2025-08-10 12:26:47 +02:00
3932a0ad0a
data model: add tf deployment 2025-08-10 12:26:47 +02:00

View file

@ -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
{