refactor: multi-system configuration in host

This commit is contained in:
autumn-the-kitty-cat
2025-12-01 17:55:12 -05:00
parent 9b216cf609
commit 6696d0a56a
7 changed files with 266 additions and 174 deletions
+7
View File
@@ -0,0 +1,7 @@
{ ... }:
{
imports = [
./hardware-configuration.nix
../common/configuration.nix
];
}