{ lib, config, pkgs, ... }: { imports = [ ./hardware-configuration.nix ./topology-config.nix ../../modules ]; networking.hostName = "WCE-Overseer"; networking.hostId = "7fb1c512"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; user.overseer.enable = true; }