Added additional container configuration options

This commit is contained in:
2024-09-12 10:06:10 -03:00
parent d96cc3f747
commit f51abdb4f2
2 changed files with 3 additions and 0 deletions

View File

@@ -90,4 +90,5 @@ in {
# cuda support # cuda support
nixpkgs.config.cudaSupport = true; nixpkgs.config.cudaSupport = true;
hardware.nvidia-container-toolkit.enable = true;
} }

View File

@@ -8,6 +8,8 @@
# Required for containers under podman-compose to be able to talk to each other. # Required for containers under podman-compose to be able to talk to each other.
defaultNetwork.settings.dns_enabled = true; defaultNetwork.settings.dns_enabled = true;
dockerSocket.enable = true;
}; };
}; };