{ lib, pkgs, namespace, ... }: with lib; with lib.${namespace}; { imports = [ ./hardware.nix ./network.nix ]; cxl = { system = { hostname = "copenhagen"; id = "a50062ff"; impermanence.enable = true; impermanence.home.enable = true; }; services = { web = { images.enable = true; stargazers.enable = true; }; minecraft = { stargazers = { enable = true; port = 25566; }; }; }; }; system.stateVersion = "23.11"; }