about summary refs log tree commit diff
path: root/hardware/pc/hardware.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hardware/pc/hardware.nix2
1 files changed, 2 insertions, 0 deletions
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;
 }