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:41:02 +01:00
parent 6cda0be757
commit 2adcab08d2
+1 -1
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.
'';