7 lines
86 B
Nix
7 lines
86 B
Nix
{ ... }:
|
|
{
|
|
flake.modules.networking.ssh = {
|
|
services.sshd.enable = true;
|
|
};
|
|
}
|