feat: improve SSH configuration and cleanup unused keys

- Commented out default SSH service enablement in common suite.
- Updated SSH agent configuration to use dynamic user paths.
- Removed outdated SSH keys and added missing key descriptions.
This commit is contained in:
Harald Hoyer 2025-01-16 09:06:46 +01:00
parent 37277447d3
commit 949e39cdba
3 changed files with 12 additions and 6 deletions

View file

@ -32,7 +32,7 @@ in
security = {
gpg = enabled;
ssh = enabled;
#ssh = enabled;
};
};
};