config/systems/laptop/ssh.nix
2024-09-24 16:34:49 +01:00

8 lines
81 B
Nix

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