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.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/user/settings/trezor.nix b/user/settings/trezor.nix
deleted file mode 100644
index 6996d9b0..00000000
--- a/user/settings/trezor.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config
-, pkgs
-, ...
-}: {
-  home.file.".ssh/agent.config" = {
-    text = ''
-      ecdsa-curve-name = ed25519
-    '';
-  };
-}