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

12
hosts/lithium/default.nix Normal file
View file

@ -0,0 +1,12 @@
{ ... }:
{
imports = [
./hardware.nix
./configuration.nix
./semi-secret-vars.nix
./services/caddy.nix
./services/kanidm.nix
./services/jellyfin.nix
./services/uptime-kuma.nix
];
}