From f037e14e009a2fa199f207d361af47eff7010166 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 10 Aug 2021 02:48:46 +0200 Subject: [PATCH] boreal: add throughput interfaces --- hosts/boreal/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/boreal/home.nix b/hosts/boreal/home.nix index 0b2e791..d80f927 100644 --- a/hosts/boreal/home.nix +++ b/hosts/boreal/home.nix @@ -5,6 +5,7 @@ my.home.x.enable = true; my.home.x.i3bar.temperature.chip = "k10temp-pci-*"; my.home.x.i3bar.temperature.inputs = [ "Tccd1" ]; + my.home.x.i3bar.networking.throughput_interfaces = [ "enp8s0" "wlp4s0" ]; my.home.emacs.enable = true; my.theme = config.home-manager.users.alarsyo.my.themes.solarizedLight;