aboutsummaryrefslogtreecommitdiff
path: root/home/programs
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2026-01-05 18:38:59 -0800
committerFranck Cuny <franck@fcuny.net>2026-01-05 18:38:59 -0800
commit553600d88bd4c23412e4d8926d2af20ee84379a2 (patch)
tree6b0d59564faa7d03239ac08aec4bff1293046d56 /home/programs
parentsimplify ssh configuration (diff)
downloadinfra-553600d88bd4c23412e4d8926d2af20ee84379a2.tar.gz
don't use 1password ssh agent
Diffstat (limited to 'home/programs')
-rw-r--r--home/programs/onepassword.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/home/programs/onepassword.nix b/home/programs/onepassword.nix
deleted file mode 100644
index f364a9e..0000000
--- a/home/programs/onepassword.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{ ... }:
-{
- programs.onepassword = {
- enable = true;
- sshKeys = [
- { account = "my.1password.com"; } # All keys from personal account
- ];
- };
-}