faf: add hosts entry until i figure out ts issues
This commit is contained in:
parent
7f34d99e9c
commit
55966d1529
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user