summary refs log tree commit diff
path: root/nixos/modules/virtualisation/lxcfs.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/virtualisation/lxcfs.nix')
-rw-r--r--nixos/modules/virtualisation/lxcfs.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/modules/virtualisation/lxcfs.nix b/nixos/modules/virtualisation/lxcfs.nix
index 48462dc66da..b2457403463 100644
--- a/nixos/modules/virtualisation/lxcfs.nix
+++ b/nixos/modules/virtualisation/lxcfs.nix
@@ -28,13 +28,9 @@ in {
 
   ###### implementation
   config = mkIf cfg.enable {
-    services.cgmanager.enable = true;
-
     systemd.services.lxcfs = {
       description = "FUSE filesystem for LXC";
       wantedBy = [ "multi-user.target" ];
-      requires = [ "cgmanager.service" ];
-      after = [ "cgmanager.service" ];
       before = [ "lxc.service" ];
       restartIfChanged = false;
       serviceConfig = {