Skip to content

Commit

Permalink
feat: add podman-desktop on workstations
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jan 8, 2025
1 parent 5d1c9fe commit ad500d0
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,19 @@ lib.mkIf (lib.elem "${username}" installFor) {
act
distrobox
fuse-overlayfs
podman-compose
podman-tui
]
++ lib.optionals (isWorkstation && true == false) [
boxbuddy
pods
++ lib.optionals (isWorkstation) [
podman-desktop
];
};

hardware.nvidia-container-toolkit.enable = hasNvidiaGPU;

virtualisation = {
containers.enable = true;
oci-containers.backend = "podman";
podman = {
defaultNetwork.settings = {
dns_enabled = true;
Expand Down

0 comments on commit ad500d0

Please sign in to comment.