{ pkgs, ... }: { imports = [ ./lxd-preseed.nix ]; networking.nftables.enable = true; virtualisation = { incus = { package = pkgs.incus; enable = true; }; }; }