nixos

NixOS server files. Mirror from https://git.nordgedanken.dev/kubernetes/nixos
git clone git://archive.git.mtrnord.blog/MTRNord/nixos.git
Log | Files | Refs | README

commit 99e88f8f4cf991e0e92de22273af4464f4142ce7
parent 7a62b3de9ea8988aea6bb0e01973383ef518e105
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon,  6 May 2024 17:55:49 +0200

remove dup

Diffstat:
Mnixos/common/server.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nixos/common/server.nix b/nixos/common/server.nix @@ -58,7 +58,7 @@ settings = { PermitRootLogin = "yes"; # Use keys only. Remove if you want to SSH using password (not recommended) - PasswordAuthentication = false; + PasswordAuthentication = true; X11Forwarding = false; KbdInteractiveAuthentication = false; UseDns = false;