1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2026-01-13 00:31:01 +00:00

ssh: remove default config

This commit is contained in:
RGBCube 2025-09-17 19:55:37 +03:00
parent 5bff055bd4
commit 83f7cb0e40
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -35,6 +35,8 @@ in {
programs.ssh = enabled {
includes = [ config.secrets.sshConfig.path ];
enableDefaultConfig = false; # Deprecated.
matchBlocks = hosts // {
"*" = {
controlMaster = "auto";