nixos/lxd: use unified cgroup hierachy

This commit is contained in:
Arian van Putten
2024-07-31 13:49:58 +02:00
parent eabd328ae3
commit ee81fdfa56
-4
View File
@@ -166,10 +166,6 @@ in {
};
};
# TODO: remove once LXD gets proper support for cgroupsv2
# (currently most of the e.g. CPU accounting stuff doesn't work)
systemd.enableUnifiedCgroupHierarchy = false;
systemd.sockets.lxd = {
description = "LXD UNIX socket";
wantedBy = [ "sockets.target" ];