mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
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:
parent
6cda0be757
commit
2adcab08d2
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue