Merge pull request #283274 from adamcstephens/incus/zvol_id

nixos/incus: add zfs/lib/udev to path
This commit is contained in:
Adam C. Stephens 2024-02-02 12:57:05 -05:00 committed by GitHub
commit 237e77803e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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