nixfiles/profiles/home-manager/base/ssh.nix
2024-07-24 14:13:59 +01:00

4 lines
41 B
Nix

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