Unverified Commit 37b33b7e authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

tor: Add example to onionServices.name.map (#500118)

parents b1bb9cdf 7d0213ac
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -771,6 +771,15 @@ in
                        }
                      ))
                    ]);
                  example = [
                    {
                      port = 9000;
                      target = {
                        addr = "127.0.0.1";
                        port = 9123;
                      };
                    }
                  ];
                  apply = map (
                    v:
                    if lib.isInt v then