Merge pull request #303962 from tomfitzhenry/openssh-passthru

openssh: add nixosTests.openssh to passthru.tests

authored by Franz Pletz and committed by GitHub 1b86b63e 447fe499

+1
+1
pkgs/tools/networking/openssh/common.nix
··· 170 170 171 171 passthru.tests = { 172 172 borgbackup-integration = nixosTests.borgbackup; 173 + openssh = nixosTests.openssh; 173 174 }; 174 175 175 176 meta = with lib; {