This commit is contained in:
Tibo De Peuter 2023-04-11 18:00:21 +02:00
parent 11712b2930
commit d56ccd257c
4 changed files with 26 additions and 1 deletions

View file

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