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