fixed ssh on mac
This commit is contained in:
parent
d0248123ab
commit
8c7aed6264
7
systems/macbookpro/ssh.nix
Normal file
7
systems/macbookpro/ssh.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
openssh
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user