mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 01:24:47 +00:00
Merge pull request #283274 from adamcstephens/incus/zvol_id
nixos/incus: add zfs/lib/udev to path
This commit is contained in:
commit
237e77803e
@ -160,7 +160,10 @@ in
|
|||||||
"network-online.target"
|
"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 = {
|
environment = {
|
||||||
# Override Path to the LXC template configuration directory
|
# Override Path to the LXC template configuration directory
|
||||||
|
Loading…
Reference in New Issue
Block a user