Files
nixos/machines/bomba/services.nix
2026-02-06 08:40:28 +01:00

7 lines
60 B
Nix

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