This commit is contained in:
Tibo De Peuter 2023-04-11 18:00:21 +02:00 committed by Tibo De Peuter
parent 8e6029cfc4
commit 1b33524ccb
4 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
services.openssh = {
enable = true;
passwordAuthentication = false;
};
}