From 0d3e49bf7962b4213ea9abb28dfa6bb481401790 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 17:21:34 +1000 Subject: [PATCH] Permit root login on server modified: hosts/server/configuration.nix --- hosts/server/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index f12c0f5..26dfe24 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -84,7 +84,7 @@ systemd.timers.backup = { }; }; - + services.openssh.PermitRootLogin = "yes"; # Open ports in the firewall. networking.firewall.allowedTCPPorts = [ 2049 ]; # networking.firewall.allowedUDPPorts = [ 111 2049 20048 ];