7 lines
97 B
Nix
7 lines
97 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
programs.ssh.startAgent = true;
|
|
programs.ssh.startAgent = false;
|
|
}
|