about summary refs log tree commit diff
path: root/modules/virtualisation
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-08-16 21:25:00 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-08-16 21:25:00 +0200
commit7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72 (patch)
tree942d267e5ff88f1fb2fd062fc06838993e4b7a3e /modules/virtualisation
parentd1095e1bd40eda71d4238f9d28dd30ff4fc98e40 (diff)
downloadnixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.tar
nixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.tar.gz
nixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.tar.bz2
nixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.tar.lz
nixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.tar.xz
nixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.tar.zst
nixlib-7e7a153cd6d9685488b7a9ae33b8ee8e0a431e72.zip
libvirtd-service: document that users in "libvirtd" group have access
Diffstat (limited to 'modules/virtualisation')
-rw-r--r--modules/virtualisation/libvirtd.nix4
1 files 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
             <command>virsh</command> command line tool, among others.
           '';
       };