lxcfs: don't enable cgmanager

Related to #30023

-2
-2
nixos/modules/virtualisation/lxcfs.nix
··· 28 29 ###### implementation 30 config = mkIf cfg.enable { 31 - services.cgmanager.enable = true; 32 - 33 systemd.services.lxcfs = { 34 description = "FUSE filesystem for LXC"; 35 wantedBy = [ "multi-user.target" ];
··· 28 29 ###### implementation 30 config = mkIf cfg.enable { 31 systemd.services.lxcfs = { 32 description = "FUSE filesystem for LXC"; 33 wantedBy = [ "multi-user.target" ];