infrastructure/nixos/hosts/olympus/kubernetes/README.md

10 lines
179 B
Markdown
Raw Normal View History

2023-01-10 16:13:29 +01:00
# 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
```