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 +```