new_dots/configuration/modules/system/ssh.nix
2026-02-22 18:10:35 +01:00

3 lines
38 B
Nix

{
services.openssh.enable = true;
}