add host skeleton modules

This commit is contained in:
Sangmin Kim 2026-05-19 13:47:27 +09:00
parent 1ba863c588
commit 604de36ab1
6 changed files with 48 additions and 6 deletions

View file

@ -1 +1,14 @@
# TODO: Define the yggdrasil host.
{ ... }:
{
# Enable these imports after collecting disk IDs and generated hardware config
# during the NixOS installer phase.
# imports = [
# ./hardware-configuration.nix
# ./disko.nix
# ];
networking.hostName = "yggdrasil";
system.stateVersion = "25.11";
}