From d5b74cb04941f3764b27dffe775299ed97b86374 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 21 Aug 2023 20:59:25 +0200 Subject: [PATCH] image/yubikey: fix renameing --- images/yubikey-installer.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/yubikey-installer.nix b/images/yubikey-installer.nix index a79e01b..032c4fc 100644 --- a/images/yubikey-installer.nix +++ b/images/yubikey-installer.nix @@ -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