manatee: Update ssh module

- current naming
- set defaults to off
This commit is contained in:
Alexander Heldt
2026-05-30 16:45:27 +00:00
parent 188ad0a75a
commit d291633fe2
+2 -1
View File
@@ -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";