{ ... }: { imports = [ ./atlantis.nix ./openfga.nix ]; config = { services = { atlantis = { enable = true; autoSync = true; prune = false; }; }; }; }