From 7e6d0bcb0ebcdc9e4f8c8531b6105f8a237aa6bc Mon Sep 17 00:00:00 2001 From: traxys Date: Wed, 10 Apr 2024 21:00:46 +0200 Subject: [PATCH] minus: Fix wake on lan --- hostconfig/minus/nixos.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostconfig/minus/nixos.nix b/hostconfig/minus/nixos.nix index f3b701a..74e2ef6 100644 --- a/hostconfig/minus/nixos.nix +++ b/hostconfig/minus/nixos.nix @@ -10,7 +10,7 @@ networking.networkmanager.enable = true; networking.firewall.allowedTCPPorts = [1234]; networking.firewall.allowedUDPPorts = [5353]; - networking.interfaces.enps10.wakeOnLan.enable = true; + networking.interfaces.enp1s0.wakeOnLan.enable = true; time.timeZone = "Europe/Paris"; i18n.defaultLocale = "en_GB.UTF-8";