aboutsummaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/yak.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/systems/yak.scm b/systems/yak.scm
index 3653427c..04027266 100644
--- a/systems/yak.scm
+++ b/systems/yak.scm
@@ -143,7 +143,7 @@
(service openssh-service-type
(openssh-configuration
(x11-forwarding? #f)
- (password-authentication? #t)
+ (password-authentication? #f)
(permit-root-login 'prohibit-password)))
(nftables-service "yak")
(service singularity-service-type)