{ globalData, ... }:

{
  imports = [
    ./hardware-configuration
    ./services
  ];

  local.system.kernel = "hardened";

  networking.hostName = "tatos";

  users.users.root.openssh.authorizedKeys.keys = globalData.publicKeys.users.jan;
}