Unverified Commit af89f21d authored by Martin Weinelt's avatar Martin Weinelt
Browse files

nixos/snapserver: fix default http port

This was missed in the prior review and overlaps with the TCP port.
parent b355b79d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ in

              port = mkOption {
                type = types.port;
                default = 1705;
                default = 1780;
                description = ''
                  Port to listen on for snapclient connections.
                '';