ess-helm-nixos/hosts/ess-helm/services/openssh.nix
2026-04-16 20:10:03 +02:00

12 lines
118 B
Nix

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