mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44: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.
|
||||
boot.kernelParams = [ "copytoram" ];
|
||||
# Secure defaults
|
||||
boot.cleanTmpDir = true;
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
boot.kernel.sysctl = { "kernel.unprivileged_bpf_disabled" = 1; };
|
||||
|
||||
services.pcscd.enable = true;
|
||||
|
@ -99,7 +99,7 @@ let
|
|||
yubikey-personalization
|
||||
yubikey-personalization-gui
|
||||
yubico-piv-tool
|
||||
yubioath-desktop
|
||||
yubioath-flutter
|
||||
|
||||
# Testing
|
||||
ent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue