From 9e2f8eac8afa981a0ef1e626dd672339b78b7bfb Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 1 Sep 2025 08:52:41 +0200 Subject: [PATCH] add age yubikey plugin --- common/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/configuration.nix b/common/configuration.nix index 1e0063a..8344454 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -57,6 +57,10 @@ # Configure console keymap console.keyMap = "us-acentos"; + environment.systemPackages = [ + pkgs.age-plugin-yubikey + ]; + # Define a user account. Don't forget to set a password with ‘passwd’. users = { defaultUserShell = pkgs.zsh;