Merge pull request #102 from ercao/hotfix
nixos/lanzaboote: use `config.systemd.package`
This commit is contained in:
commit
522687b044
|
@ -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