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
fix: turn on password auth (temp)
devins.page
1 month ago
be785f09
761b1526
+1
-1
1 changed file
expand all
collapse all
unified
split
modules
nixos
services
ssh.nix
+1
-1
modules/nixos/services/ssh.nix
···
2
2
services = {
3
3
openssh = {
4
4
enable = true;
5
5
-
settings.PasswordAuthentication = false;
5
5
+
settings.PasswordAuthentication = true;
6
6
};
7
7
fail2ban.enable = true;
8
8
};