summary refs log tree commit diff stats
path: root/user/settings/trezor.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings/trezor.nix')
-rw-r--r--user/settings/trezor.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/user/settings/trezor.nix b/user/settings/trezor.nix
new file mode 100644
index 00000000..a4f3ba75
--- /dev/null
+++ b/user/settings/trezor.nix
@@ -0,0 +1,9 @@
+{ config, pkgs, ... }:
+
+{
+  home.file.".ssh/agent.config" = {
+    text = ''
+      ecdsa-curve-name = ed25519
+    '';
+  };
+}