mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
image/yubikey: fix renameing
This commit is contained in:
parent
39782072d6
commit
d5b74cb049
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,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;
|
||||||
|
@ -99,7 +99,7 @@ let
|
||||||
yubikey-personalization
|
yubikey-personalization
|
||||||
yubikey-personalization-gui
|
yubikey-personalization-gui
|
||||||
yubico-piv-tool
|
yubico-piv-tool
|
||||||
yubioath-desktop
|
yubioath-flutter
|
||||||
|
|
||||||
# Testing
|
# Testing
|
||||||
ent
|
ent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue