From d5bfed6b9b748a14fcd83a1ae8906a0e5e4b9415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 17 Jun 2019 17:15:57 +0200 Subject: [PATCH] wilde: fix wifi network interface name --- configs/i3.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/i3.nix b/configs/i3.nix index b10fdbc..b4cfc90 100644 --- a/configs/i3.nix +++ b/configs/i3.nix @@ -6,7 +6,7 @@ let move-to-new-workspace = pkgs.unstable.writers.writeDash "new-workspace" '' i3-msg move container to workspace $(($(i3-msg -t get_workspaces | tr , '\n' | grep '"num":' | cut -d : -f 2 | sort -rn | head -1) + 1)) ''; - wifi-interface = { scardanelli = "wlp2s0"; homeros = "wlp3s0"; wilde = "wwp0s29u1u4i6"; }.${config.networking.hostName}; + wifi-interface = { scardanelli = "wlp2s0"; homeros = "wlp3s0"; wilde = "wlp3s0"; }.${config.networking.hostName}; in with config.niveum; { services.xserver = { windowManager.default = "i3";