tangled
alpha
login
or
join now
encode42.dev
/
nixos
0
fork
atom
Personal-use NixOS configuration
0
fork
atom
overview
issues
pulls
pipelines
nixos
/
config
/
common
/
network
/
ssh.nix
at
main
7 lines
76 B
view raw
wrap content
encode42.dev
Move software and package configurations to `config`
3w ago
e163a950
1
{
pkgs
,
.
.
.
}:
2
3
{
4
programs
.
ssh
=
{
5
package
=
pkgs
.
openssh_hpn
;
6
}
;
7
}