From 2adcab08d28abefe6dc2ce6818376ef338914435 Mon Sep 17 00:00:00 2001 From: vdbe Date: Sat, 11 Jan 2025 15:25:39 +0100 Subject: [PATCH] nixos/libvirtd: fix path in hooks.network desc `virtualisation.libvirtd.hooks.network` places the hooks under `/var/lib/libvirt/hooks/network.d/`. --- nixos/modules/virtualisation/libvirtd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/virtualisation/libvirtd.nix b/nixos/modules/virtualisation/libvirtd.nix index 165876910749..57590165071e 100644 --- a/nixos/modules/virtualisation/libvirtd.nix +++ b/nixos/modules/virtualisation/libvirtd.nix @@ -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. '';