This commit is contained in:
陈浩南 2023-10-04 12:11:40 +08:00
parent b9f5478c26
commit 3f62ee0dcd

View File

@ -12,7 +12,7 @@ inputs:
address = mkOption { type = types.nonEmptyStr; default = "127.0.0.1"; };
port = mkOption { type = types.ints.unsigned; default = 2342; };
};})];
default = "127.0.0.1:9726";
default = "127.0.0.1:2342";
};
};}));
default = {};