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.

one more fix

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

+2 -2
+2 -2
shared/server/ssh.nix
··· 12 12 PasswordAuthentication = "no"; 13 13 14 14 # Allow port and X11 forwarding 15 - AllowTcpForwarding = "yes"; 16 - X11Forwarding = "yes"; 15 + AllowTcpForwarding = true; 16 + X11Forwarding = true; 17 17 }; 18 18 }; 19 19