Unverified Commit 5a946072 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

nixos/snapserver: fix default http port (#444033)

parents 37255160 af89f21d
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.
                '';