diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/users/defin.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/users/defin.nix b/modules/users/defin.nix index 6ac84c1..b9c46f9 100644 --- a/modules/users/defin.nix +++ b/modules/users/defin.nix @@ -22,4 +22,7 @@ # Allow to run nix nix.settings.allowed-users = [ "defin" ]; + + # I can't think of a better spot to put this rn. + services.openssh.settings.PasswordAuthentication = false; }
\ No newline at end of file |
