fixed ssh on mac

This commit is contained in:
Maddie H 2023-04-02 16:45:31 +01:00
parent d0248123ab
commit 8c7aed6264
Signed by: maddie
GPG Key ID: C296DE8C9053683F

View File

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
openssh
];
}