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; }; }