index
:
nix-config
this commit
main
tmp
This is my system configuration, targeting workstations.
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
args.nix
blob: 4c92320672f748e2da314daf61e44cb337d47d97 (
plain
) (
blame
)
1
2
3
4
5
{
config
,
pkgs
,
...
}:
{
programs
.
ssh
.
startAgent
=
true
;
}