dotfiles/modules/server/ssh.nix

7 lines
88 B
Nix

{ ... }:
{
flake.modules.nixos.server = {
services.openssh.enable = true;
};
}