home: ssh: disable deprecated default config
This commit is contained in:
parent
fb1ce98514
commit
8a80f673c5
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.ssh = {
|
||||
enable = true;
|
||||
enableDefaultConfig = false;
|
||||
|
||||
matchBlocks = let
|
||||
addGPGAgentForwarding = hostConf:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue