Unverified Commit 433cb237 authored by x123's avatar x123 Committed by GitHub
Browse files

nixos/headscale: cleanup format



Co-authored-by: default avatarSandro <sandro.jaeckel@gmail.com>
parent 0d771089
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -370,6 +370,13 @@ in
                description = ''
                  Extra DNS records to expose to clients.
                '';
                example = ''
                  [ {
                    name = "grafana.tailnet.example.com";
                    type = "A";
                    example = "100.64.0.3";
                  } ]
                '';
              };

              search_domains = lib.mkOption {