From d44bc72bebc48babd2ad9ebd10fb0ab994189c71 Mon Sep 17 00:00:00 2001 From: BigfootACA Date: Fri, 24 May 2024 00:49:08 +0800 Subject: [PATCH] configs: device/ayn-odin2: enable common/persistent-mac Signed-off-by: BigfootACA --- configs/device/ayn-odin2.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/device/ayn-odin2.yaml b/configs/device/ayn-odin2.yaml index da0482f..508b9bf 100644 --- a/configs/device/ayn-odin2.yaml +++ b/configs/device/ayn-odin2.yaml @@ -29,6 +29,9 @@ systemd: disable: # No modem in this device - rmtfs.service + enable: + - bt-update-mac.service + - net-update-mac@wlp1s0.service filesystem: files: # GamePAD workaround @@ -115,5 +118,8 @@ mkinitcpio: # Bluetooth related services - packages/bluez +# Persistent MAC Address +- common/persistent-mac + # Root without password - common/wheel-nopasswd