Compare commits

..

3 commits

Author SHA1 Message Date
0630e74e6f
add tf 2025-08-10 12:29:45 +02:00
857f179dd8
tf command 2025-08-10 12:29:45 +02:00
01f79db0b2
clean commented impoty 2025-08-10 12:29:45 +02:00

View file

@ -30,10 +30,6 @@ 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
{ {