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