nixos/libvirtd: fix path in hooks.network desc (#372951)

This commit is contained in:
Sandro
2025-02-19 21:32:22 +01:00
committed by GitHub

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.
'';