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 midgard 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 = "midgard";
system.stateVersion = "25.11";
}

View file

@ -1 +1,5 @@
# TODO: Define the midgard disk layout. { ... }:
{
# TODO: Define the midgard disk layout.
}

View file

@ -1 +1,5 @@
# TODO: Replace with generated midgard hardware configuration. { ... }:
{
# TODO: Replace with generated midgard hardware configuration.
}

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";
}

View file

@ -1 +1,5 @@
# TODO: Define the yggdrasil disk layout. { ... }:
{
# TODO: Define the yggdrasil disk layout.
}

View file

@ -1 +1,5 @@
# TODO: Replace with generated yggdrasil hardware configuration. { ... }:
{
# TODO: Replace with generated yggdrasil hardware configuration.
}