diff options
| author | Christian <[email protected]> | 2026-05-24 08:24:44 -0500 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-05-24 08:24:44 -0500 |
| commit | a294d9e5ee6939c60cd1db6b180d395aa55aab3c (patch) | |
| tree | 722597a1808a48c35c3d8a84e850fcf30444aea7 /modules/home/christian.nix | |
| parent | f38ba12b1b48926150652c9eda499c154573bd0e (diff) | |
Disable SSH default config to fix deprecation warning
Diffstat (limited to 'modules/home/christian.nix')
| -rw-r--r-- | modules/home/christian.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 6d09589..bae5e90 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -43,6 +43,7 @@ programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks = { "myserver" = { hostname = "192.168.0.111"; |
