Merge pull request #283274 from adamcstephens/incus/zvol_id

nixos/incus: add zfs/lib/udev to path

authored by Adam C. Stephens and committed by GitHub 237e7780 37471261

+4 -1
+4 -1
nixos/modules/virtualisation/incus.nix
··· 160 160 "network-online.target" 161 161 ]; 162 162 163 - path = lib.mkIf config.boot.zfs.enabled [ config.boot.zfs.package ]; 163 + path = lib.mkIf config.boot.zfs.enabled [ 164 + config.boot.zfs.package 165 + "${config.boot.zfs.package}/lib/udev" 166 + ]; 164 167 165 168 environment = { 166 169 # Override Path to the LXC template configuration directory