summaryrefslogtreecommitdiffstats
path: root/common/ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/ssh.nix')
-rw-r--r--common/ssh.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ssh.nix b/common/ssh.nix
index f0a0676..84f5577 100644
--- a/common/ssh.nix
+++ b/common/ssh.nix
@@ -5,6 +5,6 @@ inputs:
5{ 5{
6 services.openssh = { 6 services.openssh = {
7 enable = true; 7 enable = true;
8 passwordAuthentication = false; 8 settings.PasswordAuthentication = false;
9 }; 9 };
10} 10}