palette/home-manager/ssh.nix
George Kaklamanos fbcdfa19ed
config: Add ssh.nix
Signed-off-by: George Kaklamanos <gkaklas@gkaklas.gr>
2025-05-21 15:40:06 +03:00

3 lines
47 B
Nix

{pkgs, ...}: {
programs.ssh.enable = true;
}