diff --git a/systems/macbookpro/ssh.nix b/systems/macbookpro/ssh.nix new file mode 100644 index 0000000..5d08ff7 --- /dev/null +++ b/systems/macbookpro/ssh.nix @@ -0,0 +1,7 @@ +{ config, pkgs, ... }: + +{ + environment.systemPackages = with pkgs; [ + openssh + ]; +}