forked from Fediversity/Fediversity
fix attrTag by adding mkOption
This commit is contained in:
parent
a88445f3ee
commit
1ab79ab2da
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
deployment = attrTag {
|
deployment = attrTag {
|
||||||
ssh-host = {
|
ssh-host = mkOption {
|
||||||
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 = submodule {
|
type = submodule {
|
||||||
options = {
|
options = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue