DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 9015e3da9408355bcec2d97c876f84c294429bd2 nix-arta/modules/nixos/ssh-agent.nix -rw-r--r-- 114 bytes
9015e3daJonni Liljamo flake: add disko 2 days ago
                                                                                
1
2
3
4
5
6
{
  flake.modules.nixos.ssh-agent = {...}: {
    # TODO: auto add keys
    programs.ssh.startAgent = true;
  };
}