Add docker and libvirtd groups
This commit is contained in:
parent
c0fefbbf62
commit
7150ef1fe8
1 changed files with 2 additions and 0 deletions
|
|
@ -134,6 +134,8 @@
|
||||||
extraGroups = [
|
extraGroups = [
|
||||||
"networkmanager"
|
"networkmanager"
|
||||||
"wheel"
|
"wheel"
|
||||||
|
"libvirtd"
|
||||||
|
"docker"
|
||||||
];
|
];
|
||||||
packages = with pkgs; [ ];
|
packages = with pkgs; [ ];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue