mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
nixos/podman: remove nvidia-container-runtime/config.toml creation from module
This commit is contained in:
parent
8f1a64953e
commit
50f70cb8ed
1 changed files with 0 additions and 3 deletions
|
@ -117,8 +117,5 @@ in
|
|||
}
|
||||
];
|
||||
}
|
||||
(lib.mkIf cfg.enableNvidia {
|
||||
environment.etc."nvidia-container-runtime/config.toml".source = "${nvidia-docker}/etc/podman-config.toml";
|
||||
})
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue