diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-02-13 00:29:25 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-02-13 00:29:25 -0800 |
commit | 5e02cdc7ed82ac10375cacfca6920f20f5729059 (patch) | |
tree | 53466f89296545a8df26fbc2e30a37a395a0613a /nix/systems/installer/default.nix | |
parent | f10285de4d0b5c69d026e948a9d9d7278a2ffb64 (diff) |
Add vps capabilities
Diffstat (limited to 'nix/systems/installer/default.nix')
-rw-r--r-- | nix/systems/installer/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/systems/installer/default.nix b/nix/systems/installer/default.nix index d3d1693..90a58db 100644 --- a/nix/systems/installer/default.nix +++ b/nix/systems/installer/default.nix @@ -21,7 +21,7 @@ in enable = true; ports = [ 22 ]; settings = { - PasswordAuthentication = true; + PasswordAuthentication = false; AllowUsers = null; UseDns = true; PermitRootLogin = lib.mkForce "prohibit-password"; |