Files
nixos/machines/bomba/services.nix
2026-01-31 21:19:32 +01:00

7 lines
57 B
Nix

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