Add a NixOS VM end-to-end test for the tailscalesd module.

This commit is contained in:
Abel Luck 2026-03-05 16:14:20 +01:00
parent fac0de33e6
commit 6ff0b92f53
2 changed files with 54 additions and 0 deletions

View file

@ -194,6 +194,9 @@
'';
};
}
// pkgs.lib.optionalAttrs pkgs.stdenv.isLinux {
tailscalesd-nixos-test = pkgs.testers.runNixOSTest (import ./nix/tests/tailscalesd.nix self);
}
);
nixosModules = {