Figured ssh agents out

This commit is contained in:
Alexandre 2025-12-14 00:53:59 +01:00
parent 09bd215e5f
commit 3345dc7919
2 changed files with 3 additions and 5 deletions

View File

@ -62,5 +62,5 @@
name = "Alexandre";
};
};
};:
};
}

View File

@ -1,8 +1,6 @@
{
# The OpenSSH agent
service.ssh-agent = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
programs.ssh = {
startAgent = true;
};
}