x1: no ssh home-manager config

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-05 14:17:36 +01:00
parent b170cf6309
commit cab06248d2

View file

@ -20,7 +20,6 @@
tools = { tools = {
git.enable = true; git.enable = true;
direnv.enable = true; direnv.enable = true;
ssh.enable = true;
}; };
}; };