nix-config/hosts/nixedo/services.nix

6 lines
51 B
Nix
Raw Normal View History

2025-04-04 13:02:24 +01:00
{
services = {
openssh.enable = true;
};
}