mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-01-03 11:30:55 +00:00
Fix deprecated boot.cleanTmpDir for boot.tmp.cleanOnBoot
This commit is contained in:
parent
c41729520f
commit
7dedee95e0
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user