various updates

This commit is contained in:
Vivian 2023-01-10 16:13:29 +01:00
parent 3d875fd981
commit b83125f851
7 changed files with 108 additions and 63 deletions

View file

@ -0,0 +1,9 @@
# Kubernetes NixOS LXC Container
## Required proxmox config
```ini
lxc.apparmor.profile: unconfined
lxc.cgroup.devices.allow: a
lxc.cap.drop:
lxc.mount.auto: proc:rw sys:rw
```