Unverified Commit 1ff17519 authored by oluceps's avatar oluceps
Browse files

nixos/dae: use port type instead int

parent bc07451d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ in
          options = {
            enable = mkEnableOption "enable";
            port = mkOption {
              type = types.int;
              type = types.port;
              description = ''
                Port to be opened. Consist with field `tproxy_port` in config file.
              '';