forked from DGNum/lab-infra
Constantin Gierczak--Galle
68b5f86bd5
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>
8 lines
113 B
Nix
8 lines
113 B
Nix
{
|
|
services.openssh = {
|
|
enable = true;
|
|
settings = {
|
|
PasswordAuthentication = false;
|
|
};
|
|
};
|
|
}
|