From 0810111cedde02d499059d33b8f29498520ff118 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Thu, 2 Nov 2017 01:15:37 +0100 Subject: [PATCH] lxcfs: don't enable cgmanager Related to #30023 --- nixos/modules/virtualisation/lxcfs.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/virtualisation/lxcfs.nix b/nixos/modules/virtualisation/lxcfs.nix index 48462dc66da8..5f256e377815 100644 --- a/nixos/modules/virtualisation/lxcfs.nix +++ b/nixos/modules/virtualisation/lxcfs.nix @@ -28,8 +28,6 @@ in { ###### implementation config = mkIf cfg.enable { - services.cgmanager.enable = true; - systemd.services.lxcfs = { description = "FUSE filesystem for LXC"; wantedBy = [ "multi-user.target" ];