From ab2cb2b4d554040ce208fc60624fe729a9d5e32b Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 15 Jan 2025 21:31:42 +0100 Subject: [PATCH] fix: weird backticks --- modules/ensure-pcr.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ensure-pcr.nix b/modules/ensure-pcr.nix index 9ccd969..028ca30 100644 --- a/modules/ensure-pcr.nix +++ b/modules/ensure-pcr.nix @@ -30,12 +30,12 @@ in description = '' The expected value of PCR 15 after all luks partitions have been unlocked Should be a 64 character hex string as ouput by the sha256 field of - ´systemd-analyze pcrs 15 --json=short´ + 'systemd-analyze pcrs 15 --json=short' If set to null (the default) it will not check the value. If the check fails the boot will abort and you will be dropped into an emergency shell, if enabled. In ermergency shell type: - ´systemctl disable check-pcrs´ - ´systemctl default´ + 'systemctl disable check-pcrs' + 'systemctl default' to continue booting ''; example = "6214de8c3d861c4b451acc8c4e24294c95d55bcec516bbf15c077ca3bffb6547";