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 {
|
config = mkIf cfg.enable {
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
enableDefaultConfig = false;
|
||||||
|
|
||||||
matchBlocks = let
|
matchBlocks = let
|
||||||
addGPGAgentForwarding = hostConf:
|
addGPGAgentForwarding = hostConf:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue