update nvidia module to graphics and add support for amd and intel
This commit is contained in:
@@ -9,8 +9,11 @@ in
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings.features.cdi = true;
|
||||
rootless.daemon.settings.features.cdi = true;
|
||||
daemon.settings = {
|
||||
experimental = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user