Compare commits

...

2 Commits

Author SHA1 Message Date
drduh f2e5ef2c18
Merge pull request #401 from wildwestrom/master
5 months ago
West 7dedee95e0
Fix deprecated boot.cleanTmpDir for boot.tmp.cleanOnBoot
7 months ago

@ -390,7 +390,7 @@ let
# USB stick, nothing is mistakenly written to persistent storage. # USB stick, nothing is mistakenly written to persistent storage.
boot.kernelParams = [ "copytoram" ]; boot.kernelParams = [ "copytoram" ];
# Secure defaults # Secure defaults
boot.cleanTmpDir = true; boot.tmp.cleanOnBoot = true;
boot.kernel.sysctl = { "kernel.unprivileged_bpf_disabled" = 1; }; boot.kernel.sysctl = { "kernel.unprivileged_bpf_disabled" = 1; };
services.pcscd.enable = true; services.pcscd.enable = true;

Loading…
Cancel
Save