Desktop/ssh: remove default config

This commit is contained in:
Toast 2025-09-07 03:07:50 +02:00
parent 38df2ff9d6
commit e43910155c

View file

@ -12,6 +12,7 @@
home-manager.users.toast = { home-manager.users.toast = {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = { matchBlocks = {
"everest" = { "everest" = {
host = "toast003.xyz"; host = "toast003.xyz";