1
0
Fork 0
forked from DGNum/lab-infra

fix(photo01): split services into modules

This commit is contained in:
Constantin Gierczak--Galle 2024-11-21 18:44:54 +01:00
parent c2875a70f8
commit a81b8de9cc
No known key found for this signature in database
4 changed files with 36 additions and 27 deletions

View file

@ -0,0 +1,11 @@
{ ... }:
{
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
};
};
}