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

@ -9,10 +9,12 @@
extra-substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://catppuccin.cachix.org"
];
extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="
];
};

View file

@ -38,6 +38,7 @@
## RUNTIMES and CLIs for development
bun
git
attic-client
];
home.stateVersion = "25.05";

View file

@ -34,7 +34,7 @@ in {
nix = {
enable = true;
use-lix = true;
use-nixld = true;
use-nixld = true;
};
};

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";