Change, I guess?

This commit is contained in:
niten 2024-05-20 18:28:03 -07:00
parent c5d695e8a1
commit a5bb8f8b7d
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ in {
port = mkOption {
type = port;
description = "Port on which to listen for connections.";
default = 3003;
};
state-directory = mkOption {