fix attrTag by adding mkOption

This commit is contained in:
Kiara Grouwstra 2025-08-25 18:12:02 +02:00
parent 995b984721
commit fbf4bdf401
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -64,7 +64,7 @@ let
};
};
deployment = attrTag {
ssh-host = {
ssh-host = mkOption {
description = "A Terraform deployment by SSH to update a single existing NixOS host.";
type = submodule {
options = {