refactor(flake): moved host configs into their own files (again)

This commit is contained in:
Mohammad Rafiq 2025-04-15 09:41:54 +08:00
parent 3cb010b3d6
commit 52ec0abb0c
No known key found for this signature in database
3 changed files with 27 additions and 15 deletions

8
hosts/apollo.nix Normal file
View file

@ -0,0 +1,8 @@
{
imports = [
../configs/bootloaders/systemd-boot.nix
../configs/filesystems/impermanence.nix
../configs/hardware/cpu_intel.nix
../configs/services.nix
];
}