Add attic-client package and catppuccin cache substituter

This commit is contained in:
Jo 2025-05-26 00:16:16 +02:00
parent 79cb2e9354
commit 229b768537
4 changed files with 5 additions and 2 deletions

View file

@ -43,7 +43,7 @@ in {
services.traefik.dynamicConfigOptions = {
http = {
services.atticd.loadBalancer.servers = [ { url = "http://localhost:3900"; } ];
services.atticd.loadBalancer.servers = [{url = "http://localhost:3900";}];
routers.atticd = {
entryPoints = ["websecure"];
service = "atticd";