permafrost/modules/ssh.nix

4 lines
38 B
Nix
Raw Normal View History

2025-01-09 17:33:26 -08:00
{
services.openssh.enable = true;
}