{ self, inputs, ... }: { flake.nixosModules.hackstationConfiguration = {pkgs, ...}: { networking.hostName = "HACKSTATION"; }; }