modify mautrix.nix

This commit is contained in:
k3t
2026-07-28 09:49:40 -06:00
parent acc6970571
commit cc8b2636db
@@ -3,21 +3,6 @@
{ pkgs, lib, config, ... }: { pkgs, lib, config, ... }:
{ {
# Runtime
virtualisation.podman = {
enable = true;
autoPrune.enable = true;
dockerCompat = true;
};
# Enable container name DNS for all Podman networks.
networking.firewall.interfaces = let
matchAll = if !config.networking.nftables.enable then "podman+" else "podman*";
in {
"${matchAll}".allowedUDPPorts = [ 53 ];
};
virtualisation.oci-containers.backend = "podman";
# Containers # Containers
virtualisation.oci-containers.containers."matrix-mautrix-bluesky" = { virtualisation.oci-containers.containers."matrix-mautrix-bluesky" = {