more stuff
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{config, lib, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.hardware.firmware;
|
||||
cfg = config.custom.hardware.firmware;
|
||||
in
|
||||
{
|
||||
options.kop.hardware.firmware = {
|
||||
options.custom.hardware.firmware = {
|
||||
enable = mkEnableOption "Enables firmware";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{lib, config, pkgs, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.hardware.nvidia;
|
||||
cfg = config.custom.hardware.nvidia;
|
||||
in
|
||||
{
|
||||
options.kop.hardware.nvidia = {
|
||||
options.custom.hardware.nvidia = {
|
||||
enable = mkEnableOption "Enables nvidia gpus";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{config, lib, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.hardware.scheduler;
|
||||
cfg = config.custom.hardware.scheduler;
|
||||
in
|
||||
{
|
||||
options.kop.hardware.scheduler = {
|
||||
options.custom.hardware.scheduler = {
|
||||
enable = mkEnableOption "Enables scheduler";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{config, lib, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.hardware.ssd;
|
||||
cfg = config.custom.hardware.ssd;
|
||||
in
|
||||
{
|
||||
options.kop.hardware.ssd = {
|
||||
options.custom.hardware.ssd = {
|
||||
enable = mkEnableOption "Enables fstrim";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ pkgs, lib, config, ... }:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.hardware.vfio;
|
||||
cfg = config.custom.hardware.vfio;
|
||||
in
|
||||
{
|
||||
options.kop.hardware.vfio = {
|
||||
options.custom.hardware.vfio = {
|
||||
enable = mkEnableOption "Enables vfio";
|
||||
};
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ config, pkgs, lib, ...}:
|
||||
with lib;
|
||||
let
|
||||
cfg = config.kop.hardware.wooting;
|
||||
cfg = config.custom.hardware.wooting;
|
||||
in
|
||||
{
|
||||
options.kop.hardware.wooting = {
|
||||
options.custom.hardware.wooting = {
|
||||
enable = mkEnableOption "Enable wooting hardware support";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user