Nix-Hyprland/nixos/modules/services.nix
2024-05-21 06:37:47 -04:00

4 lines
38 B
Nix

{
services.openssh.enable = true;
}