Unverified Commit 237e7780 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

Merge pull request #283274 from adamcstephens/incus/zvol_id

nixos/incus: add zfs/lib/udev to path
parents 37471261 7585f268
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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