{ config, pkgs, ... }:

{
  networking = {
    hostName = "yate";
    domain = "z9.ccchh.net";
  };

#  users.users.chaos.password = "yes";

  system.stateVersion = "23.11";
}