added default to subdomains

This commit is contained in:
Leyla Becker 2025-01-03 19:47:43 -06:00
parent 31a9d20158
commit dc6d05a0b0

View file

@ -33,6 +33,7 @@ in {
websockets = lib.mkEnableOption "should websockets be proxied";
};
}));
default = {};
};
};