hydra: fix nix settings for building this flake

This commit is contained in:
Astro 2022-01-08 01:33:50 +01:00
parent 02886d74a2
commit 7dedbb74fe
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ in {
"genodepkgs.cachix.org-1:j6xcYrUP9Q9c+WbS+MbkJR26cqeytOVdC4SmhOYj2Sw="
];
extraOptions = ''
allowed-uris = http:// https://
allowed-uris = http:// https:// ssh://
'';
trustedUsers = [ "hydra" ];
trustedUsers = [ "hydra" "root" ];
buildMachines = [ {
hostName = "localhost";
system = "x86_64-linux";