1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00

wilde: fix wifi network interface name

This commit is contained in:
Kierán Meinhardt
2019-06-17 17:15:57 +02:00
parent fc8718f81d
commit d5bfed6b9b

View File

@@ -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";