From 44a817e5ab3510dc78fac0bf571beccf2563dc1c Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:25:57 -0600 Subject: [PATCH] readme update --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3f835a3..06f90df 100644 --- a/README.md +++ b/README.md @@ -73,3 +73,12 @@ nixos-rebuild switch --flake git+https://gitea.john-stream.com/john/ad-nix#ad-ni `secrets/secrets.yaml` needs to have - `telegraf_influx_token` + +### Tailscale + +Needs this in the `/etc/pve/lxc/.conf` file on the proxmox host. + +``` +lxc.cgroup2.devices.allow: c 10:200 rwm +lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file +```