diff --git a/hosts/skadi/configuration.nix b/hosts/skadi/configuration.nix index e53ab66..ab0a657 100644 --- a/hosts/skadi/configuration.nix +++ b/hosts/skadi/configuration.nix @@ -61,6 +61,11 @@ fallbackDns = ["192.168.0.5"]; }; + # Enable wake on lan + networking.interfaces."enp4s0".wakeOnLan.policy = [ + "magic" + ]; + # Set your time zone. time.timeZone = "Europe/Zagreb";