mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
nixos/incus: fix systemd service path
Fixes a regression introduced in #294754.
This commit is contained in:
parent
5ba7167731
commit
d3e30a442b
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…
Add table
Add a link
Reference in a new issue