Add docker and libvirtd groups

This commit is contained in:
cubernetes 2026-06-05 02:08:19 +02:00
parent c0fefbbf62
commit 7150ef1fe8

View file

@ -134,6 +134,8 @@
extraGroups = [ extraGroups = [
"networkmanager" "networkmanager"
"wheel" "wheel"
"libvirtd"
"docker"
]; ];
packages = with pkgs; [ ]; packages = with pkgs; [ ];
}; };