From 7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Fri, 16 Aug 2013 21:25:00 +0200 Subject: [PATCH] libvirtd-service: document that users in "libvirtd" group have access --- modules/virtualisation/libvirtd.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. ''; };