diff --git a/app-of-apps/headscale.yaml b/app-of-apps/headscale.yaml index 4af9a65..f144902 100644 --- a/app-of-apps/headscale.yaml +++ b/app-of-apps/headscale.yaml @@ -48,3 +48,13 @@ spec: persistence: enabled: true storageClass: longhorn-fast + headscale: + config: + dns: + extra_records: + - name: "homeassistant.martyn.berlin" + type: "A" + value: "172.20.0.72" + - name: "home.martyn.berlin" + type: "A" + value: "172.20.2.108"