adds fish completions and fixes ssh breaking change

This commit is contained in:
Dennis Schoepf 2025-08-27 21:52:39 +02:00
parent 93e50a67d1
commit 556b83a8cd
2 changed files with 11 additions and 1 deletions

View file

@ -2,8 +2,10 @@
{
programs.ssh = {
enable = true;
addKeysToAgent = "yes";
matchBlocks = {
"*" = {
addKeysToAgent = "yes";
};
"dnsc-server" = {
hostname = "100.103.199.4";
user = "dennis";