nix-infra/config/hosts/yate/configuration.nix

13 lines
176 B
Nix

{ config, pkgs, ... }:
{
networking = {
hostName = "yate";
domain = "z9.ccchh.net";
};
# users.users.chaos.password = "yes";
system.stateVersion = "23.11";
}