···116116 inherit testName;
117117 snakeOil = import "${pkgs.path}/nixos/tests/ssh-keys.nix" pkgs;
118118 inherit (opts) testDir;
119119- inherit (self'.packages) wire;
119119+ inherit (self'.packages) wire-small;
120120 };
121121 # NOTE: there is surely a better way of doing this in a more
122122 # "controlled" manner, but until a need is asked for, this will remain
+2-2
tests/nix/test-opts.nix
···11{
22 lib,
33 snakeOil,
44- wire,
44+ wire-small,
55 config,
66 ...
77}:
···3131 systemd.tmpfiles.rules = [
3232 "C+ /root/.ssh/id_ed25519 600 - - - ${snakeOil.snakeOilEd25519PrivateKey}"
3333 ];
3434- environment.systemPackages = [ wire ];
3434+ environment.systemPackages = [ wire-small ];
3535 # It's important to note that you should never ever use this configuration
3636 # for production. You are risking a MITM attack with this!
3737 programs.ssh.extraConfig = ''