aboutsummaryrefslogtreecommitdiff
path: root/tw/system/btl.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-01-14 18:20:58 +0100
committerTimo Wilken2024-01-14 18:20:58 +0100
commit73b05adaf30ac335c7b3c43d895c6ccd4956a675 (patch)
tree4f88c6ecb6c55cf3d6c383d2df53eed1057006c6 /tw/system/btl.scm
parent60564e488cba7d14c045d4376ede9ad0d8fc4cda (diff)
Fix WLAN device name on btl
Diffstat (limited to 'tw/system/btl.scm')
-rw-r--r--tw/system/btl.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system/btl.scm b/tw/system/btl.scm
index d9e7359a..aab308c3 100644
--- a/tw/system/btl.scm
+++ b/tw/system/btl.scm
@@ -147,7 +147,7 @@
(modify-services (enduser-system-services
#:host-name host-name
#:cores 24
- #:wireless-interface "wlp1s0"
+ #:wireless-interface "wlp15s0"
#:backlight-device "amdgpu_bl0")
(delete thermald-service-type))))))