strato-infra/nixos/machines/registry/default.nix

11 lines
222 B
Nix
Raw Normal View History

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