diff options
| author | Grisha Shipunov | 2025-01-02 16:29:05 +0100 |
|---|---|---|
| committer | Grisha Shipunov | 2025-01-02 16:29:05 +0100 |
| commit | cd63ec45b8776bebc4014efb9990b364e0afb443 (patch) | |
| tree | 1caf8f248c59179d914ac7f1d90e2cf1bb802263 /modules/binary-caches.nix | |
| parent | 772af12ffef7885ea9f0e3ef182599b61d0e72db (diff) | |
toaster works
Diffstat (limited to 'modules/binary-caches.nix')
| -rw-r--r-- | modules/binary-caches.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/binary-caches.nix b/modules/binary-caches.nix index 0508d89..01ee320 100644 --- a/modules/binary-caches.nix +++ b/modules/binary-caches.nix @@ -6,26 +6,23 @@ settings = { trusted-users = [ - "grue" + "0xa" "@wheel" ]; substituters = [ "https://microvm.cachix.org" - "https://nix-cache.hq.c3d2.de" "https://dump-dvb.cachix.org" "https://tlm-solutions.cachix.org" "https://nix-community.cachix.org" ]; trusted-substituters = [ "https://microvm.cachix.org" - "https://nix-cache.hq.c3d2.de" "https://dump-dvb.cachix.org" "https://tlm-solutions.cachix.org" "https://nix-community.cachix.org" ]; trusted-public-keys = [ "microvm.cachix.org-1:oXnBc6hRE3eX5rSYdRyMYXnfzcCxC7yKPTbZXALsqys=" - "nix-cache.hq.c3d2.de:KZRGGnwOYzys6pxgM8jlur36RmkJQ/y8y62e52fj1ps=" "dump-dvb.cachix.org-1:+Dq7gqpQG4YlLA2X3xJsG1v3BrlUGGpVtUKWk0dTyUU=" "tlm-solutions.cachix.org-1:J7qT6AvoNWPSj+59ed5bNESj35DLJNaROqga1EjVIoA=" "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=" |
