diff --git a/nixos/_mixins/features/distrobox/default.nix b/nixos/_mixins/features/podman/default.nix similarity index 84% rename from nixos/_mixins/features/distrobox/default.nix rename to nixos/_mixins/features/podman/default.nix index 95eab18b..64f2c608 100644 --- a/nixos/_mixins/features/distrobox/default.nix +++ b/nixos/_mixins/features/podman/default.nix @@ -19,10 +19,11 @@ 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 ]; }; @@ -30,6 +31,7 @@ lib.mkIf (lib.elem "${username}" installFor) { virtualisation = { containers.enable = true; + oci-containers.backend = "podman"; podman = { defaultNetwork.settings = { dns_enabled = true;