mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-09-01 03:36:52 +02:00
5 lines
109 B
Nix
5 lines
109 B
Nix
{pkgs, ...} : {
|
|
virtualisation.docker.enable = true;
|
|
|
|
hardware.nvidia-container-toolkit.enable = true;
|
|
}
|