NixFiles/systems/macos/ssh.nix

8 lines
89 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
openssh
];
}