forked from Fediversity/Fediversity
fix attrTag by adding mkOption
This commit is contained in:
parent
b8c77fa7e3
commit
793d34fbcc
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