mirror of
https://github.com/nikdoof/nixos-config.git
synced 2025-12-11 16:52:24 +00:00
Enable SSH agent
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
programs = {
|
||||
git.enable = true;
|
||||
zsh.enable = true;
|
||||
ssh.startAgent = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
||||
Reference in New Issue
Block a user