faf: add hosts entry until i figure out ts issues

This commit is contained in:
Aaron Bieber 2023-02-03 18:47:42 -07:00
parent 7f34d99e9c
commit 55966d1529
No known key found for this signature in database

View File

@ -26,6 +26,9 @@ in {
networking.firewall.allowedTCPPorts = networking.firewall.allowedTCPPorts =
[ 22 53 config.services.prometheus.exporters.node.port ]; [ 22 53 config.services.prometheus.exporters.node.port ];
networking.firewall.allowedUDPPorts = [ 53 ]; networking.firewall.allowedUDPPorts = [ 53 ];
networking.hosts = {
"100.122.61.43" = [ "nix-binary-cache.humpback-trout.ts.net" ];
};
users.users.root = userBase; users.users.root = userBase;
users.users.qbit = userBase; users.users.qbit = userBase;