From b710b6058767cf1d7c780f7e93aea6f52ad021c5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 1 Oct 2019 22:09:51 +0200 Subject: Create shim home-manager modules --- modules/trezor.nix | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 modules/trezor.nix (limited to 'modules/trezor.nix') diff --git a/modules/trezor.nix b/modules/trezor.nix new file mode 100644 index 00000000..a4f3ba75 --- /dev/null +++ b/modules/trezor.nix @@ -0,0 +1,9 @@ +{ config, pkgs, ... }: + +{ + home.file.".ssh/agent.config" = { + text = '' + ecdsa-curve-name = ed25519 + ''; + }; +} -- cgit 1.4.1