mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 17:36:07 +08:00
Fix ssh warning
This commit is contained in:
parent
51ef14630e
commit
fc6f94b812
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
{
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
||||
# Note: More defined in juspay.nix
|
||||
# Explicitly set default SSH configuration
|
||||
matchBlocks = {
|
||||
"*" = {
|
||||
addKeysToAgent = "yes";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue