Self-host your own digital island

made matrix turnserver by default enabled when the turnserver is

Changed files
+1 -1
modules
hosting
+1 -1
modules/hosting/matrix.nix
···
enable = lib.mkEnableOption "matrix";
turn = lib.mkOption {
type = lib.types.bool;
-
default = true;
+
default = cfg.turn.enable;
};
};