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