diff options
author | drduh <github@duh.to> | 2023-12-10 15:17:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-10 15:17:13 -0800 |
commit | f2e5ef2c18ee1003460941dfcfa3d6f66f9ce0a2 (patch) | |
tree | a729d7727e80e1f24bd8a8aee01fcfa5d7e5a11f | |
parent | Merge pull request #399 from drduh/wip-15oct23 (diff) | |
parent | Fix deprecated boot.cleanTmpDir for boot.tmp.cleanOnBoot (diff) | |
download | YubiKey-Guide-f2e5ef2c18ee1003460941dfcfa3d6f66f9ce0a2.tar.gz |
Merge pull request #401 from wildwestrom/master
Fix NixOS image: replace deprecated option boot.cleanTmpDir -> boot.tmp.cleanOnBoot
-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; |