feat: add API endpoint to atticd settings

The atticd settings in systems/x86_64-linux/sgx-nixos have been updated to include an API endpoint. The primary purpose of this change is to ensure that atticd infrastructure can successfully connect to the new endpoint at https://attic.teepot.org.
This commit is contained in:
Harald Hoyer 2024-06-28 13:22:29 +02:00
parent 5a362acdd3
commit 858507bb06

View file

@ -20,6 +20,8 @@
credentialsFile = "/etc/atticd.env";
settings = {
api-endpoint = "https://attic.teepot.org/";
database.url = "postgresql:///attic?host=/run/postgresql";
listen = "[::]:8080";