{ self, inputs, ... }: { flake.nixosModules.hackstationConfiguration = {pkgs, ...}: { networking = { interfaces.enp5s0.wakeOnLan.enable = true; hostName = "HACKSTATION"; }; }; }