From d291633fe2cfa7822fa105bf9012e8a911c9e49d Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 30 May 2026 16:45:27 +0000 Subject: [PATCH] manatee: Update `ssh` module - current naming - set defaults to off --- hosts/manatee/modules/ssh/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/manatee/modules/ssh/default.nix b/hosts/manatee/modules/ssh/default.nix index 1ef710f..c26f9c5 100644 --- a/hosts/manatee/modules/ssh/default.nix +++ b/hosts/manatee/modules/ssh/default.nix @@ -21,8 +21,9 @@ in home-manager.users.alex = { programs.ssh = { enable = true; + enableDefaultConfig = false; - matchBlocks = { + settings = { "git.ppp.pm" = { hostname = "git.ppp.pm"; identityFile = "/home/alex/.ssh/alex.manatee-git.ppp.pm";