{ config, pkgs, ... }:
{
virtualisation.incus = {
enable = true;
ui.enable = true;
};
environment.systemPackages = with pkgs; [
incus
lxc
];
}