Files
nixos/system/ssh.nix
T
2025-05-19 17:53:19 -05:00

4 lines
47 B
Nix

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