Nix-Hyprland/nixos/modules/services.nix

4 lines
38 B
Nix
Raw Normal View History

2024-05-21 06:37:47 -04:00
{
services.openssh.enable = true;
}