{ config, pkgs, deployment, ... }: { imports = [ ../../common ../../common/lxc.nix ]; networking.hostName = "registry"; system.stateVersion = "21.11"; deployment.keys."wahaha" = { text = "wahaha"; }; }