Fixed hydra UI
This commit is contained in:
parent
583af5dbb0
commit
f2056710ed
|
@ -29,7 +29,10 @@ in {
|
|||
};
|
||||
|
||||
nix.settings = {
|
||||
allowed-users = ["hydra"];
|
||||
allowed-users = [
|
||||
"hydra"
|
||||
"hydra-www"
|
||||
];
|
||||
allowed-uris = ["github:"];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue