Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
e6f67ce43e3f1a3aae0573c8f4ad0cc49fcb4245
/
.
/
modules
/
ssh.nix
blob: 70e1ebbb34b5e8367a7511fbe0a683c60f8ce23c [
file
] [
log
] [
blame
]
{
services
.
openssh
=
{
enable
=
true
;
settings
.
PasswordAuthentication
=
false
;
};
networking
.
firewall
.
allowedTCPPorts
=
[
22
];
}