Fixed hydra UI

This commit is contained in:
Alejandro Angulo 2024-03-02 18:40:24 -08:00
parent 583af5dbb0
commit f2056710ed
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -29,7 +29,10 @@ in {
}; };
nix.settings = { nix.settings = {
allowed-users = ["hydra"]; allowed-users = [
"hydra"
"hydra-www"
];
allowed-uris = ["github:"]; allowed-uris = ["github:"];
}; };
}; };