mirror of
https://github.com/tuxdotrs/nix-config.git
synced 2026-09-19 16:49:04 +05:30
refactor(services): standardize default service ports
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
port = mkOption {
|
||||
type = types.port;
|
||||
default = 8888;
|
||||
default = 1113;
|
||||
description = "Port on which MediaFlow Proxy listens";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user