diff --git a/nixos/modules/virtualisation/lxd.nix b/nixos/modules/virtualisation/lxd.nix index 4c94b3dfe946..895662b0f414 100644 --- a/nixos/modules/virtualisation/lxd.nix +++ b/nixos/modules/virtualisation/lxd.nix @@ -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" ];