nixos-config/common/ssh/default.nix

8 lines
No EOL
74 B
Nix

{ config, ... }:
{
imports = [
./client.nix
./server.nix
];
}