ssh: remove top level options

This commit is contained in:
Aguirre Matteo 2025-08-22 12:37:35 -03:00 committed by Austin Horstman
parent 59aabcd3db
commit 3882f88691
23 changed files with 370 additions and 226 deletions

View file

@ -7,6 +7,7 @@
config = {
programs.ssh = {
enable = true;
enableDefaultConfig = false;
includes = [
"config.d/*"
"other/dir"