lxcfs: don't enable cgmanager

Related to #30023
This commit is contained in:
Richard Marko 2017-11-02 01:15:37 +01:00
parent bb6257bd3a
commit 0810111ced

View file

@ -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" ];