nixos/lanzaboote: use `config.systemd.package`

Signed-off-by: ercao <vip@ercao.cn>
This commit is contained in:
ercao 2023-02-09 22:24:54 +08:00
parent 5f5b04a6f5
commit d1516ffdfd
No known key found for this signature in database
GPG Key ID: FFABD1257ECF0889
1 changed files with 1 additions and 1 deletions

View File

@ -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} \