Files
numbus-server-module/modules/packages/ssh.nix
T

5 lines
55 B
Nix

{ config, ... }:
{
services.openssh.enable = true;
}