Merge pull request #125221 from NixOS/backport-124404-to-release-21.05

[Backport release-21.05] Small option type adjustments
This commit is contained in:
davidak
2021-08-03 06:33:12 +02:00
committed by GitHub
10 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ in {
};
port = mkOption {
type = types.int;
type = types.port;
default = 6379;
description = "The port for Redis to listen to.";
};