tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
lxcfs: don't enable cgmanager
Related to #30023
Richard Marko
8 years ago
0810111c
bb6257bd
-2
1 changed file
expand all
collapse all
unified
split
nixos
modules
virtualisation
lxcfs.nix
-2
nixos/modules/virtualisation/lxcfs.nix
···
28
28
29
29
###### implementation
30
30
config = mkIf cfg.enable {
31
31
-
services.cgmanager.enable = true;
32
32
-
33
31
systemd.services.lxcfs = {
34
32
description = "FUSE filesystem for LXC";
35
33
wantedBy = [ "multi-user.target" ];