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