diff options
author | West <c.westrom@westrom.xyz> | 2023-10-21 03:22:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 03:22:22 +0000 |
commit | 7dedee95e0d68734891b26ab19d02a944e1878a8 (patch) | |
tree | a729d7727e80e1f24bd8a8aee01fcfa5d7e5a11f /README.md | |
parent | Merge pull request #399 from drduh/wip-15oct23 (diff) | |
download | YubiKey-Guide-7dedee95e0d68734891b26ab19d02a944e1878a8.tar.gz |
Fix deprecated boot.cleanTmpDir for boot.tmp.cleanOnBoot
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |