nix-infra/config/hosts/hydra/configuration.nix
2024-10-30 01:44:12 +01:00

10 lines
94 B
Nix

{ ... }:
{
networking = {
hostName = "hydra";
};
system.stateVersion = "24.05";
}