initial graphana
This commit is contained in:
9
modules/hardware/gpu/amd/options.nix
Normal file
9
modules/hardware/gpu/amd/options.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ lib, ... }:
|
||||
with lib;
|
||||
{
|
||||
options.hardware.gpu.amd = {
|
||||
enable = mkEnableOption "amd hardware config";
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user