checks: fix typos

This commit is contained in:
danjujan
2024-10-25 15:16:16 +02:00
committed by Mic92
parent 7a1e952c54
commit b6ef3600b5

View File

@@ -32,7 +32,7 @@
clan.core.facts.secretStore = "vm"; clan.core.facts.secretStore = "vm";
# because we use systemd-tmpfiles to copy the secrets, we need to a seperate systemd-tmpfiles call to provison them. # because we use systemd-tmpfiles to copy the secrets, we need to a separate systemd-tmpfiles call to provision them.
boot.postBootCommands = "${config.systemd.package}/bin/systemd-tmpfiles --create /etc/tmpfiles.d/00-vmsecrets.conf"; boot.postBootCommands = "${config.systemd.package}/bin/systemd-tmpfiles --create /etc/tmpfiles.d/00-vmsecrets.conf";
systemd.tmpfiles.settings."00-vmsecrets" = { systemd.tmpfiles.settings."00-vmsecrets" = {