Merge pull request #295364 from azahi/incus-fix-path
nixos/incus: fix systemd service path
This commit is contained in:
commit
cc6483ff6f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue