nix/services/openssh.nix
2023-07-04 14:44:25 +09:00

3 lines
No EOL
51 B
Nix

{ config, pkgs, ... }: {
services.openssh = {};
}