aboutsummaryrefslogtreecommitdiff
path: root/modules/services/mpd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/mpd.nix')
-rw-r--r--modules/services/mpd.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/mpd.nix b/modules/services/mpd.nix
index 822d2fe3936..fbcf9e94230 100644
--- a/modules/services/mpd.nix
+++ b/modules/services/mpd.nix
@@ -98,7 +98,7 @@ in {
};
port = mkOption {
- type = types.ints.positive;
+ type = types.port;
default = 6600;
description = ''
The TCP port on which the the daemon will listen.