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