From d8782456c42410bfc5c34288d2988391dbcb9b26 Mon Sep 17 00:00:00 2001 From: Jimbo Date: Tue, 27 Aug 2024 14:53:26 -0400 Subject: [PATCH] Temporary testing --- configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.nix b/configuration.nix index d808fff..7db5a26 100644 --- a/configuration.nix +++ b/configuration.nix @@ -224,13 +224,13 @@ in settings = { PermitRootLogin = "no"; PrintLastLog = "no"; -# PasswordAuthentication = false; + PasswordAuthentication = false; }; -# ports = [ 69 ]; + ports = [ 69 ]; }; # Open ports in the firewall. - networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 ]; + networking.firewall.allowedTCPPorts = [ 1935 4455 80 443 1234 22 ]; networking.firewall.allowedUDPPorts = [ 4455 ]; # Copy and link the NixOS configuration file to (/run/current-system/configuration.nix).