{ lib, ... }: let port = builtins.toString (lib.custom.autoport "homarr"); in { systemd.tmpfiles.rules = { }; virtualisation.quadlet = { containers = { homarr.containerConfig = { image = "ghcr.io/homarr-labs/homarr:latest"; publishPorts = [ "${port}:7575" ]; }; }; }; }