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 = [ extra-substituters = [
"https://cache.nixos.org" "https://cache.nixos.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://catppuccin.cachix.org"
]; ];
extra-trusted-public-keys = [ extra-trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" "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 ## RUNTIMES and CLIs for development
bun bun
git git
attic-client
]; ];
home.stateVersion = "25.05"; home.stateVersion = "25.05";

View file

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

View file

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