tangled
alpha
login
or
join now
devins.page
/
flake
0
fork
atom
configurations for my servers and desktops
nix
nixos
flake
dots
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
chore: disable pass auth
devins.page
1 month ago
c1b41b71
0851a0ad
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
nixos
modules
ssh.nix
+1
-1
modules/nixos/modules/ssh.nix
···
2
2
services = {
3
3
openssh = {
4
4
enable = true;
5
5
-
settings.PasswordAuthentication = true;
5
5
+
settings.PasswordAuthentication = false;
6
6
};
7
7
fail2ban.enable = true;
8
8
};