Compare commits
1 commit
main
...
fallable-b
Author | SHA1 | Date | |
---|---|---|---|
Qyriad | b5f3aed96c |
|
@ -565,7 +565,8 @@ def nix_build_config(
|
||||||
util.Property(
|
util.Property(
|
||||||
"out_path"
|
"out_path"
|
||||||
)
|
)
|
||||||
]
|
],
|
||||||
|
warn_on_failure=True,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.enable = true;
|
services.nginx.enable = true;
|
||||||
services.nginx.virtualHosts.${cfg.domain} =
|
services.nginx.virtualHosts.${cfg.domain} =
|
||||||
let
|
let
|
||||||
port = config.services.buildbot-master.port;
|
port = config.services.buildbot-master.port;
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in a new issue