added notes to pihole for tailscale
This commit is contained in:
parent
d4f3820e25
commit
87beef3149
|
@ -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 = {
|
virtualisation = {
|
||||||
oci-containers = {
|
oci-containers = {
|
||||||
containers = {
|
containers = {
|
||||||
|
|
Loading…
Reference in a new issue