{ config, lib, pkgs, ... }: { imports = [ ../config/container.nix ../config/common.nix ../config/users.nix # Services ../config/hydra.nix ../config/matrix.nix ]; networking = { hostName = lib.mkForce "shape"; }; }