10 lines
113 B
Nix
10 lines
113 B
Nix
{...}:
|
|
{
|
|
services.openssh = {
|
|
enable = true;
|
|
settings = {
|
|
PermitRootLogin = "yes";
|
|
};
|
|
};
|
|
}
|