vault config

This commit is contained in:
John Lancaster
2025-06-30 23:31:34 -05:00
parent 6afd99827c
commit ee1f038f55

View File

@@ -143,4 +143,11 @@
# https://developer.1password.com/docs/cli/shell-plugins # https://developer.1password.com/docs/cli/shell-plugins
plugins = with pkgs; [ gh ]; plugins = with pkgs; [ gh ];
}; };
home.file.".config/1Password/ssh/agent.toml" = lib.mkIf config._1password {
# https://developer.1password.com/docs/ssh/agent/config
text = ''
[[ssh-keys]]
vault = "Private"
'';
};
} }