nixos/libvirtd: fix path in hooks.network desc

`virtualisation.libvirtd.hooks.network` places the hooks under
`/var/lib/libvirt/hooks/network.d/`.
This commit is contained in:
vdbe 2025-01-11 15:25:39 +01:00
parent 6cda0be757
commit 2adcab08d2
No known key found for this signature in database

View file

@ -179,7 +179,7 @@ let
type = types.attrsOf types.path;
default = { };
description = ''
Hooks that will be placed under /var/lib/libvirt/hooks/lxc.d/
Hooks that will be placed under /var/lib/libvirt/hooks/network.d/
and called for networks begin/end events.
Please see https://libvirt.org/hooks.html for documentation.
'';