fix: remove ssh warning when building

This commit is contained in:
HerozDotExe 2026-01-25 13:15:06 +01:00
parent 16988b7454
commit 733efccb80

View file

@ -35,7 +35,7 @@ in
programs.ssh = {
enable = true;
enableDefaultConfig = true;
enableDefaultConfig = false;
};
programs.vesktop = {