diff --git a/modules/virtualisation/libvirtd.nix b/modules/virtualisation/libvirtd.nix index 98d438cd63a5..52dab153094d 100644 --- a/modules/virtualisation/libvirtd.nix +++ b/modules/virtualisation/libvirtd.nix @@ -28,8 +28,8 @@ in description = '' This option enables libvirtd, a daemon that manages - virtual machines. You can interact with the daemon - (e.g. to start or stop VMs) using the + virtual machines. Users in the "libvirtd" group can interact with + the daemon (e.g. to start or stop VMs) using the virsh command line tool, among others. ''; };