Update disko + fix types.string
usage
This commit is contained in:
parent
118baa7be3
commit
61259e3a7f
|
@ -404,11 +404,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1711588700,
|
||||
"narHash": "sha256-vBB5HoQVnA6c/UrDOhLXKAahEwSRccw2YXYHxD7qoi4=",
|
||||
"lastModified": 1716168343,
|
||||
"narHash": "sha256-82oT27w9smpItZ+PyN2C0PjIwZYbIocwXSM4u1igXuc=",
|
||||
"owner": "nix-community",
|
||||
"repo": "disko",
|
||||
"rev": "502241afa3de2a24865ddcbe4c122f4546e32092",
|
||||
"rev": "6f01b9710bc4d3bf006eb8df928b4b15e0430901",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -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…
Reference in a new issue