homelab/hosts/midgard/default.nix
2026-05-19 13:47:27 +09:00

14 lines
279 B
Nix

{ ... }:
{
# Enable these imports after collecting disk IDs and generated hardware config
# during the NixOS installer phase.
# imports = [
# ./hardware-configuration.nix
# ./disko.nix
# ];
networking.hostName = "midgard";
system.stateVersion = "25.11";
}