aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWest <c.westrom@westrom.xyz>2023-10-21 03:22:22 +0000
committerGitHub <noreply@github.com>2023-10-21 03:22:22 +0000
commit7dedee95e0d68734891b26ab19d02a944e1878a8 (patch)
treea729d7727e80e1f24bd8a8aee01fcfa5d7e5a11f
parentMerge pull request #399 from drduh/wip-15oct23 (diff)
downloadYubiKey-Guide-7dedee95e0d68734891b26ab19d02a944e1878a8.tar.gz
Fix deprecated boot.cleanTmpDir for boot.tmp.cleanOnBoot
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f5ea43c..e79930f 100644
--- a/README.md
+++ b/README.md
@@ -390,7 +390,7 @@ let
# USB stick, nothing is mistakenly written to persistent storage.
boot.kernelParams = [ "copytoram" ];
# Secure defaults
- boot.cleanTmpDir = true;
+ boot.tmp.cleanOnBoot = true;
boot.kernel.sysctl = { "kernel.unprivileged_bpf_disabled" = 1; };
services.pcscd.enable = true;