Remove duplicate attribute

This commit is contained in:
Oliver Davies 2025-05-02 22:58:50 +01:00
parent 709f42f4ad
commit 3b995f227b

View file

@ -35,11 +35,6 @@ in
default = "Services";
type = types.str;
};
cloudflared.tunnelId = mkOption {
example = "00000000-0000-0000-0000-000000000000";
type = types.str;
};
};
config = mkIf cfg.enable {