From 0e62ba5d1d151c71d581ca577df1c00b23da8cff Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 4 Sep 2021 18:51:53 -0400 Subject: [PATCH] ryzen9: allow root --- hosts/ryzen9.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/ryzen9.nix b/hosts/ryzen9.nix index 252af5b..8a7d07e 100644 --- a/hosts/ryzen9.nix +++ b/hosts/ryzen9.nix @@ -113,7 +113,7 @@ services = { openssh = { enable = true; - # permitRootLogin = "no"; -- distributed-build.nix requires it + permitRootLogin = "prohibit-password"; # distributed-build.nix requires it passwordAuthentication = false; }; fail2ban = {