Fixed hydra UI
This commit is contained in:
parent
583af5dbb0
commit
f2056710ed
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
allowed-users = ["hydra"];
|
allowed-users = [
|
||||||
|
"hydra"
|
||||||
|
"hydra-www"
|
||||||
|
];
|
||||||
allowed-uris = ["github:"];
|
allowed-uris = ["github:"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue