all repos — nixfiles @ 653f1400f9741808efb899608a8a726c5e0c29c6

System and user configuration, managed by nix and home-manager

user/settings/trezor.nix (view raw)

1
2
3
4
5
6
7
8
9
10
{ config
, pkgs
, ...
}: {
  home.file.".ssh/agent.config" = {
    text = ''
      ecdsa-curve-name = ed25519
    '';
  };
}