Add a NixOS VM end-to-end test for the tailscalesd module.
This commit is contained in:
parent
fac0de33e6
commit
6ff0b92f53
2 changed files with 54 additions and 0 deletions
|
|
@ -194,6 +194,9 @@
|
|||
'';
|
||||
};
|
||||
}
|
||||
// pkgs.lib.optionalAttrs pkgs.stdenv.isLinux {
|
||||
tailscalesd-nixos-test = pkgs.testers.runNixOSTest (import ./nix/tests/tailscalesd.nix self);
|
||||
}
|
||||
);
|
||||
|
||||
nixosModules = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue