Update 9/18/2024 00:25
This commit is contained in:
@@ -5,14 +5,15 @@
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
dockerSocket.enable = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dive
|
||||
virtiofsd
|
||||
podman-tui
|
||||
podman-compose
|
||||
podman-desktop
|
||||
];
|
||||
|
||||
hardware.nvidia-container-toolkit.enable = lib.lists.elem "nvidia" config.services.xserver.videoDrivers;
|
||||
|
||||
Reference in New Issue
Block a user