From 75f6edeec41688b157d991e39de7530fc0014984 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 6 Sep 2025 00:11:08 +0200 Subject: Hardware: PC: Wake on Lan --- hardware/pc/hardware.nix | 2 ++ hosts/home.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/hardware/pc/hardware.nix b/hardware/pc/hardware.nix index d0b2fff..5f650d5 100644 --- a/hardware/pc/hardware.nix +++ b/hardware/pc/hardware.nix @@ -67,4 +67,6 @@ in { environment.systemPackages = with pkgs; [ clinfo ]; + + networking.interfaces.eth0.wakeOnLan.enable = true; } diff --git a/hosts/home.nix b/hosts/home.nix index 144897c..db4a610 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -42,6 +42,7 @@ polkit_gnome nixpkgs-fmt virt-manager + wol xmonadctl xdotool #needed for xmobar clickable workspaces xlockmore -- cgit 1.4.1