downgrade docker on server config and change workflow
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
nvidia-docker
|
||||
libnvidia-container
|
||||
screen
|
||||
] ++ inputs.pkgs-docker-2750.pkgs.docker;
|
||||
];
|
||||
|
||||
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
@ -73,6 +73,7 @@
|
||||
virtualisation.docker = {
|
||||
liveRestore = false;
|
||||
enableOnBoot = true;
|
||||
package = inputs.pkgs-docker-2750.legacyPackages."x86_64-linux".docker;
|
||||
# daemon.settings = {
|
||||
# runtimes.nvidia.path = "${pkgs.nvidia-docker}/bin/nvidia-container-runtime";
|
||||
# exec-opts = ["native.cgroupdriver=cgroupfs"];
|
||||
|
Reference in New Issue
Block a user