about summary refs log tree commit diff
path: root/home/profiles/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-09-14 19:17:16 -0700
committerFranck Cuny <franck@fcuny.net>2023-11-06 17:05:04 -0800
commit349952f15ee9dcc295b5674358ed36765f340152 (patch)
tree310ddb62ddc3a0001f67fbf26969ee0ae8ce25fb /home/profiles/git.nix
parentbuild(deps): bump actions/checkout from 3 to 4 (#1) (diff)
downloadworld-349952f15ee9dcc295b5674358ed36765f340152.tar.gz
add 1password key and format some files
Diffstat (limited to 'home/profiles/git.nix')
-rw-r--r--home/profiles/git.nix2
1 files changed, 1 insertions, 1 deletions
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;