Only need one port
This commit is contained in:
parent
4c29955c96
commit
f840b588fb
|
@ -116,18 +116,11 @@ in {
|
||||||
description = "Port at which to store server data.";
|
description = "Port at which to store server data.";
|
||||||
};
|
};
|
||||||
|
|
||||||
ports = {
|
port = mkOption {
|
||||||
web = mkOption {
|
|
||||||
type = port;
|
type = port;
|
||||||
description = "Port at which to serve Mastodon web requests.";
|
description = "Port at which to serve Mastodon web requests.";
|
||||||
default = 3000;
|
default = 3000;
|
||||||
};
|
};
|
||||||
streaming = mkOption {
|
|
||||||
type = port;
|
|
||||||
description = "Port at which to serve Mastodon streaming requests.";
|
|
||||||
default = 4000;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
uids = {
|
uids = {
|
||||||
mastodon = mkOption {
|
mastodon = mkOption {
|
||||||
|
|
Loading…
Reference in New Issue