Enable SSH agent

This commit is contained in:
2024-04-02 16:51:19 +01:00
parent a87f397770
commit 1fa53b28a8

View File

@@ -49,6 +49,7 @@
programs = {
git.enable = true;
zsh.enable = true;
ssh.startAgent = true;
};
environment.systemPackages = with pkgs; [