nix-infra/config/hosts/status/configuration.nix
2024-10-21 17:49:03 +02:00

11 lines
124 B
Nix

{ ... }:
{
networking = {
hostName = "status";
domain = "z9.ccchh.net";
};
system.stateVersion = "24.05";
}