Fix tailscale option.
This commit is contained in:
@@ -7,9 +7,10 @@ in
|
|||||||
imports = [ ./tailscale_lib.nix ];
|
imports = [ ./tailscale_lib.nix ];
|
||||||
|
|
||||||
options.custom.tailscale = {
|
options.custom.tailscale = {
|
||||||
enable = mkEnableOption {
|
enable = mkOption {
|
||||||
description = "Enable Tailscale";
|
type = lib.types.bool;
|
||||||
default = true;
|
default = true;
|
||||||
|
description = "Whether to enable Tailscale";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user