commit 33b34623510219f0dd27dd79ea21569458102337 parent 01936b6ec41b9c6d676b2e4db4f4a05290221e14 Author: pyratebeard <root@pyratebeard.net> Date: Mon, 15 Jan 2024 16:51:19 +0000 heads_or_tails Diffstat:
M | entry/heads_or_tails.md | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/entry/heads_or_tails.md b/entry/heads_or_tails.md @@ -34,3 +34,8 @@ tailscale up --login-server https://<server> headscale nodes list ``` +* for lxc containers add to /etc/pve/lxc/<nnn>.conf +``` +lxc.cgroup.devices.allow: c 10:200 rwm +lxc.mount.entry: /dev/net dev/net none bind,create=dir +```