cryodev/hosts/cryodev-main/services/openssh.nix
2026-03-06 08:31:13 +01:00

12 lines
114 B
Nix

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