openssh: add nixosTests.openssh to passthru.tests

This commit is contained in:
Tom Fitzhenry 2024-04-14 15:00:30 +10:00
parent a4a608e794
commit 62ace1bb03
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ stdenv.mkDerivation {
passthru.tests = {
borgbackup-integration = nixosTests.borgbackup;
openssh = nixosTests.openssh;
};
meta = with lib; {