From 4d02ebcf5502e63fa4bf1b81d3048aa53dd2ca58 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Thu, 12 Mar 2026 11:38:03 +0100 Subject: [PATCH] temp ratbagd --- modules/hosts/computer-mo/computer-mo.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/hosts/computer-mo/computer-mo.nix b/modules/hosts/computer-mo/computer-mo.nix index cd8773d..2224b19 100644 --- a/modules/hosts/computer-mo/computer-mo.nix +++ b/modules/hosts/computer-mo/computer-mo.nix @@ -46,5 +46,6 @@ hardware.cpu.amd.updateMicrocode = true; networking.interfaces."enp11s0".wakeOnLan.enable = true; networking.interfaces."wlp10s0".wakeOnLan.enable = true; + services.ratbagd.enable = true; }; }