Fixup
This commit is contained in:
parent
9ce2e1514c
commit
fa4708235f
1 changed files with 1 additions and 5 deletions
|
@ -10,17 +10,13 @@ in
|
||||||
|
|
||||||
services.hydra = {
|
services.hydra = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hydraURL = "https://hydra.dadada.li/";
|
hydraURL = "hydra.dadada.li";
|
||||||
notificationSender = "hydra@localhost";
|
notificationSender = "hydra@localhost";
|
||||||
buildMachinesFiles = [ ];
|
buildMachinesFiles = [ ];
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
listenHost = "10.3.3.3";
|
listenHost = "10.3.3.3";
|
||||||
#listenHost = "*";
|
#listenHost = "*";
|
||||||
port = 3000;
|
port = 3000;
|
||||||
extraConfig = ''
|
|
||||||
using_frontend_proxy 1
|
|
||||||
base_uri hydra.dadada.li
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.buildMachines = [
|
nix.buildMachines = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue