mtp update

This commit is contained in:
Alex Emmet 2026-07-20 15:27:52 +02:00
commit a642afce5a
12 changed files with 632 additions and 354 deletions

View file

@ -109,7 +109,7 @@
rhoPort = lib.mkOption {
type = lib.types.port;
default = 959;
default = 443;
description = "Port the Omikron server listens on for incoming QUIC connections.";
};