nixosConfigurations: astora: disable ssh password auth

This commit is contained in:
L-Nafaryus 2024-01-16 01:42:31 +05:00
parent f774b88df2
commit 2bf5a1e329
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -66,6 +66,7 @@
services.openssh = { services.openssh = {
enable = true; enable = true;
startWhenNeeded = true; startWhenNeeded = true;
settings.PasswordAuthentication = false;
}; };
services.udev = { services.udev = {