Add configs for other cluster hosts

This commit is contained in:
2025-12-07 17:36:46 -08:00
parent dbd85672a3
commit 1c944019f4
11 changed files with 158 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
{ config, pkgs, ... }:
{
imports = [
# Hardware Scan
./hardware-configuration.nix
# Host Groups
../../modules/host-groups/cluster.nix
];
networking.hostName = "cap-clust-05";
}