nixos/libvirtd: fix path in hooks.network desc (#372951)
This commit is contained in:
commit
c2fbe453e6
@ -179,7 +179,7 @@ let
|
|||||||
type = types.attrsOf types.path;
|
type = types.attrsOf types.path;
|
||||||
default = { };
|
default = { };
|
||||||
description = ''
|
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.
|
and called for networks begin/end events.
|
||||||
Please see https://libvirt.org/hooks.html for documentation.
|
Please see https://libvirt.org/hooks.html for documentation.
|
||||||
'';
|
'';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user