From adda47ffad2b61c7b5a3094a0f9cc44ed18913f3 Mon Sep 17 00:00:00 2001 From: makefu Date: Mon, 13 Jun 2016 21:00:15 +0200 Subject: s 1 wolf: fix interface name --- shared/1systems/wolf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/1systems/wolf.nix') diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index 53334d6..dc61414 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -37,7 +37,7 @@ in networking = { firewall.enable = false; - interfaces.eth0.ip4 = [{ + interfaces.enp0s3.ip4 = [{ address = shack-ip; prefixLength = 20; }]; -- cgit v1.2.3 From 1b9529e45c71b82b70b2e26d9fc6cc627c65324c Mon Sep 17 00:00:00 2001 From: makefu Date: Tue, 14 Jun 2016 01:35:49 +0200 Subject: s 1 wolf: use tcponly in shack network because udp suffers from 20 percnet packet loss --- shared/1systems/wolf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/1systems/wolf.nix') diff --git a/shared/1systems/wolf.nix b/shared/1systems/wolf.nix index dc61414..1805100 100644 --- a/shared/1systems/wolf.nix +++ b/shared/1systems/wolf.nix @@ -22,7 +22,7 @@ in # local discovery in shackspace nixpkgs.config.packageOverrides = pkgs: { tinc = pkgs.tinc_pre; }; - + krebs.retiolum.extraConfig = "TCPOnly = yes"; services.grafana = { enable = true; addr = "0.0.0.0"; -- cgit v1.2.3