Adjust ports to prevent future conflicts

This commit is contained in:
SebastianStork 2025-05-28 18:35:54 +02:00
parent 96786e94be
commit 383235ae24
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ in
};
port = lib.mkOption {
type = lib.types.port;
default = 8080;
default = 8888;
};
};

View file

@ -17,7 +17,7 @@ in
};
port = lib.mkOption {
type = lib.types.port;
default = 3000;
default = 3003;
};
};