{ config, lib, pkgs, ... }: { imports = [ ../config/container.nix ../config/users.nix ]; networking = { hostName = lib.mkForce "new-container"; }; }