refactor(flake): moved host configs into their own files (again)
This commit is contained in:
parent
3cb010b3d6
commit
52ec0abb0c
3 changed files with 27 additions and 15 deletions
8
hosts/apollo.nix
Normal file
8
hosts/apollo.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
../configs/bootloaders/systemd-boot.nix
|
||||
../configs/filesystems/impermanence.nix
|
||||
../configs/hardware/cpu_intel.nix
|
||||
../configs/services.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue