Skip to content

Commit

Permalink
fix: virtualisation.podman.enableNvidia is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
misumisumi committed May 12, 2024
1 parent 48c8729 commit f65ba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/virtualisation/podman/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{ pkgs, ... }: {
virtualisation = {
containers.cdi.dynamic.nvidia.enable = true;
podman = {
enable = true;
enableNvidia = true;
# Create a `docker` alias for podman, to use it as a drop-in replacement
dockerCompat = true;
};
Expand Down

0 comments on commit f65ba1f

Please sign in to comment.