diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-02 11:16:59 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-12-02 11:16:59 +0100 |
| commit | 51246ef189a5a8e7d406dda4b419dab217294481 (patch) | |
| tree | 0c5387f8fdaa6f95588042c1942a87711c968747 /common/home/programs/ssh | |
| parent | d23ff68fd2652225c5168b6938961c9291f65f23 (diff) | |
system: update to 25.11
Diffstat (limited to 'common/home/programs/ssh')
| -rw-r--r-- | common/home/programs/ssh/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/common/home/programs/ssh/default.nix b/common/home/programs/ssh/default.nix index da761d5..8613b55 100644 --- a/common/home/programs/ssh/default.nix +++ b/common/home/programs/ssh/default.nix @@ -1,5 +1,6 @@ { home, ... }: { - enable = true; - includes = [ "${home.homeDirectory}/global/.ssh/config" ]; + enable = true; + includes = [ "${home.homeDirectory}/global/.ssh/config" ]; + enableDefaultConfig = false; } |