Add Nvidia Docker toolkit support

This commit is contained in:
2025-09-30 16:07:58 +02:00
parent a8ebaf2dd6
commit fe19fa616e
2 changed files with 50 additions and 25 deletions

View File

@@ -6,13 +6,17 @@
extraBackends = [ pkgs.sane-airscan ];
disabledDefaultBackends = [ "escl" ];
};
logitech.wireless.enable = false;
logitech.wireless.enableGraphical = false;
logitech.wireless = {
enable = false;
enableGraphical = false;
};
graphics.enable = true;
enableRedistributableFirmware = true;
keyboard.qmk.enable = true;
bluetooth.enable = true;
bluetooth.powerOnBoot = true;
bluetooth = {
enable = true;
powerOnBoot = false;
};
};
local.hardware-clock.enable = false;
}