nix-infra/config/hosts/yate/configuration.nix
2024-08-05 20:58:09 +02:00

13 lines
175 B
Nix

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