This commit is contained in:
mjallen18
2025-04-17 19:11:23 -05:00
parent 92f8eebaa3
commit 3453c74bc3
8 changed files with 61 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ with lib;
port = mkOption {
type = types.str;
default = "3000";
default = "3023";
};
name = mkOption {