From f09bf2f0d8b9e50b02c8b7d72d559aa2b3b3ee74 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Mon, 20 Nov 2023 05:55:33 -0700 Subject: root cannot be a normal user --- modules/users/root.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/root.nix b/modules/users/root.nix index aba99c1..df23798 100644 --- a/modules/users/root.nix +++ b/modules/users/root.nix @@ -3,7 +3,7 @@ # Define a user account. Don't forget to set a password with 'passwd'. users = { users.root = { - isNormaluser = true; + # isNormaluser = true; hashedPassword = "$6$UljPNAdxZ22lP3Bc$8VaEAacZxtXM3Zji2IA7Jf5fXs9pFnAVQff1d8IbfFOKCvjibceyopOAjRXa8lXtpOSJgPW1OO1dzOspqhWnz0"; # oppenssh.authorizedKeys.keyFiles = [ -- cgit v1.2.3