dotfiles/modules/ssh.nix
2026-05-29 09:14:37 -04:00

3 lines
47 B
Nix

{ ... }: {
services.openssh.enable = true;
}