7 lines
88 B
Nix
7 lines
88 B
Nix
{ ... }:
|
|
|
|
{
|
|
flake.modules.nixos.server = {
|
|
services.openssh.enable = true;
|
|
};
|
|
}
|