DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

c7117b1caf9dd72ff8b54b6c0e168d335475f541 — Jonni Liljamo a day ago 56ce64b
feat: ssh-agent
1 files changed, 6 insertions(+), 0 deletions(-)

A modules/nixos/ssh-agent.nix
A modules/nixos/ssh-agent.nix => modules/nixos/ssh-agent.nix +6 -0
@@ 0,0 1,6 @@
{
  flake.modules.nixos.ssh-agent = {...}: {
    # TODO: auto add keys
    programs.ssh.startAgent = true;
  };
}