From 87beef314926028f5ae1a37a3aabe0746914db29 Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Mon, 24 Feb 2025 12:52:34 -0600 Subject: [PATCH] added notes to pihole for tailscale --- modules/nixos-modules/server/pihole.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/nixos-modules/server/pihole.nix b/modules/nixos-modules/server/pihole.nix index 6ec7628..e877864 100644 --- a/modules/nixos-modules/server/pihole.nix +++ b/modules/nixos-modules/server/pihole.nix @@ -56,6 +56,13 @@ in { }; }; + # TODO: we need to have a tailscale container here and use that to define the network_mode of pihole container + # TS_ACCEPT_DNS = "false"; + # TS_AUTHKEY = ${something from a secrets file???} + # TS_HOSTNAME = "pihole"; + # TS_USERSPACE = "false"; + # TODO: volumes for tailnet container with impermanence config + # https://tailscale.com/kb/1282/docker virtualisation = { oci-containers = { containers = {