Files
nixy/hosts/modules/openssh.nix
Hadi 96bae83dd1 rename shared to modules
Former-commit-id: 2ccd17867f
2024-06-18 09:21:14 +02:00

7 lines
71 B
Nix

{
services.openssh = {
enable = true;
ports = [ 22 ];
};
}