{ pkgs, config, ... }:
{
  virtualisation.incus = {
    enable = true;
  };
  networking.firewall.allowedTCPPorts = [ 8443 ];
}