From 55966d152983fd18197a72d772cc47aa0c11edb4 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 3 Feb 2023 18:47:42 -0700 Subject: [PATCH] faf: add hosts entry until i figure out ts issues --- hosts/faf/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/faf/default.nix b/hosts/faf/default.nix index 327d34d..0d33a11 100644 --- a/hosts/faf/default.nix +++ b/hosts/faf/default.nix @@ -26,6 +26,9 @@ in { networking.firewall.allowedTCPPorts = [ 22 53 config.services.prometheus.exporters.node.port ]; networking.firewall.allowedUDPPorts = [ 53 ]; + networking.hosts = { + "100.122.61.43" = [ "nix-binary-cache.humpback-trout.ts.net" ]; + }; users.users.root = userBase; users.users.qbit = userBase;