lxc patch

This commit is contained in:
2026-04-11 01:14:44 -04:00
parent 7a5e46a1f5
commit 8b31799cd1
+8
View File
@@ -5,6 +5,14 @@
lxcfs.enable = true;
};
virtualisation.lxc.defaultConfig = ''
lxc.net.0.type = veth
lxc.net.0.link = br0
lxc.net.0.flags = up
lxc.apparmor.profile = unconfined
lxc.cgroup.relative = 1
'';
networking.bridges.br0.interfaces = [];
networking.interfaces.br0.ipv4.addresses = [{
address = "10.100.0.1";