NixOS + home-manager configs, mirrored from GitLab SaaS. gitlab.com/andreijiroh-dev/nixops-config
nix-flake nixos home-manager nixpkgs nix-flakes
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

god why7

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>

+1 -1
+1 -1
shared/server/ssh.nix
··· 9 9 settings = { 10 10 # Disable password authentication over SSH and require SSH keys 11 11 PermitRootLogin = "prohibit-password"; 12 - PasswordAuthentication = "no"; 12 + PasswordAuthentication = false; 13 13 14 14 # Allow port and X11 forwarding 15 15 AllowTcpForwarding = true;