From 229b768537ccdbd6be8e4a1c4956474d61f86e6b Mon Sep 17 00:00:00 2001 From: Jo Date: Mon, 26 May 2025 00:16:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20attic-client=20package=20and?= =?UTF-8?q?=20catppuccin=20cache=20substituter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 ++ homes/x86_64-linux/jo/default.nix | 1 + modules/nixos/archetypes/workstation/default.nix | 2 +- modules/nixos/services/atticd/default.nix | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 7a3df8c..9a17351 100644 --- a/flake.nix +++ b/flake.nix @@ -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=" ]; }; diff --git a/homes/x86_64-linux/jo/default.nix b/homes/x86_64-linux/jo/default.nix index a8ba242..6fee357 100644 --- a/homes/x86_64-linux/jo/default.nix +++ b/homes/x86_64-linux/jo/default.nix @@ -38,6 +38,7 @@ ## RUNTIMES and CLIs for development bun git + attic-client ]; home.stateVersion = "25.05"; diff --git a/modules/nixos/archetypes/workstation/default.nix b/modules/nixos/archetypes/workstation/default.nix index 5f5b07d..c8985ed 100644 --- a/modules/nixos/archetypes/workstation/default.nix +++ b/modules/nixos/archetypes/workstation/default.nix @@ -34,7 +34,7 @@ in { nix = { enable = true; use-lix = true; - use-nixld = true; + use-nixld = true; }; }; diff --git a/modules/nixos/services/atticd/default.nix b/modules/nixos/services/atticd/default.nix index 81d5125..31b3419 100644 --- a/modules/nixos/services/atticd/default.nix +++ b/modules/nixos/services/atticd/default.nix @@ -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";