nixos/snapserver: fix default http port
This was missed in the prior review and overlaps with the TCP port.
Martin Weinelt 3 months ago af89f21d b355b79d
··· 176 176 177 177 port = mkOption { 178 178 type = types.port; 179 179 - default = 1705; 179 179 + default = 1780; 180 180 description = '' 181 181 Port to listen on for snapclient connections. 182 182 '';