mirror of
https://github.com/smg1024/homelab.git
synced 2026-05-22 20:32:58 +09:00
add host skeleton modules
This commit is contained in:
parent
1ba863c588
commit
604de36ab1
6 changed files with 48 additions and 6 deletions
|
|
@ -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";
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
# TODO: Define the midgard disk layout.
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# TODO: Define the midgard disk layout.
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
# TODO: Replace with generated midgard hardware configuration.
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# TODO: Replace with generated midgard hardware configuration.
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
# TODO: Define the yggdrasil disk layout.
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# TODO: Define the yggdrasil disk layout.
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -1 +1,5 @@
|
||||||
# TODO: Replace with generated yggdrasil hardware configuration.
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# TODO: Replace with generated yggdrasil hardware configuration.
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue