ess-helm-nixos/hosts/ess-helm/openssh.nix

12 lines
118 B
Nix

{
inputs,
...
}:
{
imports = [
inputs.synix.nixosModules.openssh
];
services.openssh.enable = true;
}