readme update

This commit is contained in:
John Lancaster
2024-12-29 14:25:57 -06:00
parent fd2563549d
commit 44a817e5ab

View File

@@ -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 `secrets/secrets.yaml` needs to have
- `telegraf_influx_token` - `telegraf_influx_token`
### Tailscale
Needs this in the `/etc/pve/lxc/<vmid>.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
```