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