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;