Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesquembre committed May 5, 2024
1 parent 4b56391 commit 02d64a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/common-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ in
sshUser = "nix";
sshKey = config.sops.secrets.builder_ssh_key.path;
systems = [ "aarch64-linux" "x86_64-linux" ];
supportedFeatures = [ "benchmark" "big-parallel" "kvm" ];
supportedFeatures = [ "benchmark" "big-parallel" "kvm" "nixos-test" ];
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSU9yamc1UjVRUmI2WDNiNkdvT3N2Q0hrSXpHUGE2SUpKWGRLTDB0SDUyYXcK";
}
{
Expand All @@ -62,7 +62,7 @@ in
sshUser = "nix";
sshKey = config.sops.secrets.builder_ssh_key.path;
systems = [ "aarch64-darwin" "x86_64-darwin" ];
supportedFeatures = [ "benchmark" "big-parallel" ];
supportedFeatures = [ "benchmark" "big-parallel" "kvm" "nixos-test" ];
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSURRTXltam43YmRITXVGd2dOa2lvaWpQckFVUEpoN0kvOTZMVVZ6SVVHUjcK";
}
];
Expand Down

0 comments on commit 02d64a3

Please sign in to comment.