new_dots/configuration/modules/ssh.nix
2026-01-03 12:48:28 +01:00

3 lines
38 B
Nix

{
services.openssh.enable = true;
}