feat(steveej-t14): use holochain-ci-internal and expose port 80 on wifi
This commit is contained in:
parent
a0153e60d5
commit
27a4060954
1 changed files with 11 additions and 1 deletions
|
@ -11,10 +11,12 @@ in {
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = [
|
substituters = [
|
||||||
"https://holochain-ci.cachix.org"
|
"https://holochain-ci.cachix.org"
|
||||||
"https://cache.holo.host/"
|
"https://holochain-ci-internal.cachix.org"
|
||||||
|
# "https://cache.holo.host/"
|
||||||
];
|
];
|
||||||
trusted-public-keys = [
|
trusted-public-keys = [
|
||||||
"holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8="
|
"holochain-ci.cachix.org-1:5IUSkZc0aoRS53rfkvH9Kid40NpyjwCMCzwRTXy+QN8="
|
||||||
|
"holochain-ci-internal.cachix.org-1:QvVsSrTiearCjrLTVtNtJOdQCDTseXh7UXUuSMx46NE="
|
||||||
"cache.holo.host-1:lNXIXtJgS9Iuw4Cu6X0HINLu9sTfcjEntnrgwMQIMcE="
|
"cache.holo.host-1:lNXIXtJgS9Iuw4Cu6X0HINLu9sTfcjEntnrgwMQIMcE="
|
||||||
"cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ="
|
"cache.holo.host-2:ZJCkX3AUYZ8soxTLfTb60g+F3MkWD7hkH9y8CgqwhDQ="
|
||||||
];
|
];
|
||||||
|
@ -46,6 +48,9 @@ in {
|
||||||
|
|
||||||
# iperf3
|
# iperf3
|
||||||
5201
|
5201
|
||||||
|
|
||||||
|
# used on holochain hackathon for cache reverse proxy
|
||||||
|
80
|
||||||
];
|
];
|
||||||
networking.firewall.interfaces."eth+".allowedUDPPorts = [
|
networking.firewall.interfaces."eth+".allowedUDPPorts = [
|
||||||
# syncthing
|
# syncthing
|
||||||
|
@ -53,6 +58,11 @@ in {
|
||||||
21027
|
21027
|
||||||
];
|
];
|
||||||
|
|
||||||
|
networking.firewall.interfaces."wlan+".allowedTCPPorts = [
|
||||||
|
# used on holochain hackathon for cache reverse proxy
|
||||||
|
80
|
||||||
|
];
|
||||||
|
|
||||||
networking.firewall.logRefusedConnections = false;
|
networking.firewall.logRefusedConnections = false;
|
||||||
networking.usePredictableInterfaceNames = false;
|
networking.usePredictableInterfaceNames = false;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue