diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-20 05:55:33 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-20 05:55:33 -0700 |
| commit | f09bf2f0d8b9e50b02c8b7d72d559aa2b3b3ee74 (patch) | |
| tree | cd056d9802561dfb8fd957ade6c2f60f071f8fc8 /modules/users/root.nix | |
| parent | 96a618e44b8926fe0a2091ab03c31d0426d52b54 (diff) | |
root cannot be a normal user
Diffstat (limited to 'modules/users/root.nix')
| -rw-r--r-- | modules/users/root.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = [ |
