Remove duplicate attribute
This commit is contained in:
parent
936e6948f8
commit
159aab3182
1 changed files with 0 additions and 5 deletions
|
@ -35,11 +35,6 @@ in
|
||||||
default = "Services";
|
default = "Services";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
};
|
};
|
||||||
|
|
||||||
cloudflared.tunnelId = mkOption {
|
|
||||||
example = "00000000-0000-0000-0000-000000000000";
|
|
||||||
type = types.str;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue