nixos/gitea: use `port` type

launchpad/nixpkgs/master
Daniel Nagy 3 years ago
parent 4037c974f5
commit ab5d317d51
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671
  1. 2
      nixos/modules/services/misc/gitea.nix

@ -82,7 +82,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = (if !usePostgresql then 3306 else pg.port);
description = "Database host port.";
};

Loading…
Cancel
Save