From 90f5e4ffb4be8f1ded1c93d7d9969d582da694d0 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Thu, 12 Mar 2026 10:22:08 +0100 Subject: [PATCH] WoL --- 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 3077b67..af514a9 100644 --- a/modules/hosts/computer-mo/computer-mo.nix +++ b/modules/hosts/computer-mo/computer-mo.nix @@ -44,5 +44,6 @@ boot.kernelParams = [ "quiet" "splash" "boot.shell_on_fail" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" ]; nixpkgs.hostPlatform = system; hardware.cpu.amd.updateMicrocode = true; + networking.interfaces."enp11s0".wakeOnLan.enable = true; }; }