nixos/lanzaboote: use `config.systemd.package`
Signed-off-by: ercao <vip@ercao.cn>
This commit is contained in:
parent
5f5b04a6f5
commit
d1516ffdfd
|
@ -65,7 +65,7 @@ in
|
||||||
''}
|
''}
|
||||||
|
|
||||||
${cfg.package}/bin/lzbt install \
|
${cfg.package}/bin/lzbt install \
|
||||||
--systemd ${pkgs.systemd} \
|
--systemd ${config.systemd.package} \
|
||||||
--systemd-boot-loader-config ${systemdBootLoaderConfig} \
|
--systemd-boot-loader-config ${systemdBootLoaderConfig} \
|
||||||
--public-key ${cfg.publicKeyFile} \
|
--public-key ${cfg.publicKeyFile} \
|
||||||
--private-key ${cfg.privateKeyFile} \
|
--private-key ${cfg.privateKeyFile} \
|
||||||
|
|
Loading…
Reference in New Issue