change config to allow docker swarm
This commit is contained in:
parent
934d643c25
commit
0a91ff02c4
1 changed files with 4 additions and 1 deletions
|
@ -25,7 +25,10 @@
|
|||
cdi-spec-dirs = [ "/home/${user}/.cdi" ];
|
||||
};
|
||||
};
|
||||
daemon.settings.features.cdi = true;
|
||||
daemon.settings = {
|
||||
live-restore = false; # required for docker swarm
|
||||
features.cdi = true;
|
||||
};
|
||||
};
|
||||
hardware.nvidia-container-toolkit.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue