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