From 349952f15ee9dcc295b5674358ed36765f340152 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Sep 2023 19:17:16 -0700 Subject: add 1password key and format some files --- home/profiles/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/git.nix') diff --git a/home/profiles/git.nix b/home/profiles/git.nix index d559150..b242fb8 100644 --- a/home/profiles/git.nix +++ b/home/profiles/git.nix @@ -5,7 +5,7 @@ let ); in { - home.file.".ssh/allowed_signers".text = lib.concatMapStrings (x: "franck@fcuny.net ${x}\n") (with sshPub; [ aptos work git ykey-laptop ]); + home.file.".ssh/allowed_signers".text = lib.concatMapStrings (x: "franck@fcuny.net ${x}\n") (with sshPub; [ aptos work git ykey-laptop op ]); programs.git = { enable = true; -- cgit 1.4.1