Skip to content

Commit

Permalink
Merge pull request #283274 from adamcstephens/incus/zvol_id
Browse files Browse the repository at this point in the history
nixos/incus: add zfs/lib/udev to path
  • Loading branch information
adamcstephens authored Feb 2, 2024
2 parents 3747126 + 7585f26 commit 237e778
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nixos/modules/virtualisation/incus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ in
"network-online.target"
];

path = lib.mkIf config.boot.zfs.enabled [ config.boot.zfs.package ];
path = lib.mkIf config.boot.zfs.enabled [
config.boot.zfs.package
"${config.boot.zfs.package}/lib/udev"
];

environment = {
# Override Path to the LXC template configuration directory
Expand Down

0 comments on commit 237e778

Please sign in to comment.