summary refs log tree commit diff stats
path: root/user/settings/trezor.nix
blob: a4f3ba754dad4dac3397a187230211975a6dd164 (plain)
1
2
3
4
5
6
7
8
9
{ config, pkgs, ... }:

{
  home.file.".ssh/agent.config" = {
    text = ''
      ecdsa-curve-name = ed25519
    '';
  };
}