{ inputs.hosts.url = "github:StevenBlack/hosts"; outputs = { self, nixpkgs, hosts }: { nixosConfigurations.my-hostname = { system = ""; modules = [ hosts.nixosModule { networking.stevenBlackHosts.enable = true; } ]; }; }; }