forked from DGNum/lab-infra
9 lines
113 B
Nix
9 lines
113 B
Nix
|
{
|
||
|
services.openssh = {
|
||
|
enable = true;
|
||
|
settings = {
|
||
|
PasswordAuthentication = false;
|
||
|
};
|
||
|
};
|
||
|
}
|