Many many changes

This commit is contained in:
2024-05-21 23:16:02 -07:00
parent 893b7e812e
commit 8e184394f2
31 changed files with 7463 additions and 1443 deletions
+17
View File
@@ -0,0 +1,17 @@
hardwareModules: hostname:
{ ... }:
with hardwareModules;
{
imports = if (hostname == "system3") then [
common-cpu-amd
common-gpu-amd
common-pc-ssd
] else if (hostname == "jazz") then [
common-cpu-amd
common-gpu-amd
common-pc-ssd
] else
[ ];
}