1
0
Fork 0
forked from DGNum/lab-infra
lab-infra/machines/photo01/openssh.nix
Constantin Gierczak--Galle 68b5f86bd5 feat(photo01): init (#4)
Reviewed-on: DGNum/lab-infra#4
Co-authored-by: Constantin Gierczak--Galle <git.cst1@mailbox.org>
Co-committed-by: Constantin Gierczak--Galle <git.cst1@mailbox.org>
2024-11-22 14:04:37 +01:00

8 lines
113 B
Nix

{
services.openssh = {
enable = true;
settings = {
PasswordAuthentication = false;
};
};
}