Many many changes
This commit is contained in:
@@ -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
|
||||
[ ];
|
||||
}
|
||||
Reference in New Issue
Block a user