feat: split flake into multiple hosts and add homelab config

This commit is contained in:
zenware 2025-06-06 22:28:42 -05:00
parent cd07c91676
commit ebe58addaa
19 changed files with 539 additions and 40 deletions

7
hosts/neon/default.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
./configuration.nix
];
}