nix/services/openssh.nix

3 lines
51 B
Nix
Raw Normal View History

2023-07-04 07:44:25 +02:00
{ config, pkgs, ... }: {
services.openssh = {};
}