infrastructure/machines/compute01/_configuration.nix
2023-07-18 17:00:31 +02:00

10 lines
235 B
Nix

{ ... }:
{
# Use the systemd-boot EFI boot loader.
networking.hostName = "compute01";
networking.domain = "par01.infra.dgnum.eu";
networking.hostId = "8df60941";
system.stateVersion = "23.05"; # Did you read the comment?
}