Update disko + fix types.string
usage
This commit is contained in:
parent
118baa7be3
commit
61259e3a7f
2 changed files with 5 additions and 5 deletions
modules/nixos
|
@ -4,7 +4,7 @@ in
|
|||
{
|
||||
options.satellite.cloudflared = {
|
||||
tunnel = lib.mkOption {
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
description = "Cloudflare tunnel id to use for the `satellite.cloudflared.targets` helper";
|
||||
};
|
||||
|
||||
|
@ -20,7 +20,7 @@ in
|
|||
|
||||
host = lib.mkOption {
|
||||
default = name;
|
||||
type = lib.types.string;
|
||||
type = lib.types.str;
|
||||
description = "Host to direct traffic from";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue