Gitiles
Code Review
Sign In
git.clicks.codes
/
Infra
/
NixFiles
/
eb1e0fc693b74d118a8d23018258427fd1c67dfa
/
.
/
modules
/
ssh.nix
blob: 70e1ebbb34b5e8367a7511fbe0a683c60f8ce23c [
file
] [
log
] [
blame
]
Skyler Grey
07c947a
2023-06-08 14:11:23 +0200
[
diff
] [
blame
]
1
{
2
services
.
openssh
=
{
3
enable
=
true
;
4
settings
.
PasswordAuthentication
=
false
;
5
};
6
networking
.
firewall
.
allowedTCPPorts
=
[
22
];
7
}