{ pkgs, ... }: { imports = [ ../../hardware/hetzner-cloud/cpx31.nix ../../secrets ../../maint-mode ]; networking.hostName = "more"; awful.systems.maint-mode = { enable = true; virtualHost = "awful.systems"; }; }