nixos/incus: fix systemd service path
Fixes a regression introduced in #294754.
This commit is contained in:
@@ -177,7 +177,7 @@ in
|
||||
"network-online.target"
|
||||
];
|
||||
|
||||
path = lib.optional config.boot.zfs.enabled [
|
||||
path = lib.optionals config.boot.zfs.enabled [
|
||||
config.boot.zfs.package
|
||||
"${config.boot.zfs.package}/lib/udev"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user