From 371ad1bc3198cb8b37bcaf9146a65bfb766cc1b2 Mon Sep 17 00:00:00 2001 From: Mohamed Chrayed Date: Thu, 12 Mar 2026 10:27:03 +0100 Subject: [PATCH] WoL --- modules/hosts/computer-mo/computer-mo.nix | 1 + modules/hosts/computer-nadine/computer-nadine.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/hosts/computer-mo/computer-mo.nix b/modules/hosts/computer-mo/computer-mo.nix index af514a9..cd8773d 100644 --- a/modules/hosts/computer-mo/computer-mo.nix +++ b/modules/hosts/computer-mo/computer-mo.nix @@ -45,5 +45,6 @@ nixpkgs.hostPlatform = system; hardware.cpu.amd.updateMicrocode = true; networking.interfaces."enp11s0".wakeOnLan.enable = true; + networking.interfaces."wlp10s0".wakeOnLan.enable = true; }; } diff --git a/modules/hosts/computer-nadine/computer-nadine.nix b/modules/hosts/computer-nadine/computer-nadine.nix index 1a11623..d7246d3 100644 --- a/modules/hosts/computer-nadine/computer-nadine.nix +++ b/modules/hosts/computer-nadine/computer-nadine.nix @@ -35,5 +35,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."wlp4s0".wakeOnLan.enable = true; }; }