about summary refs log tree commit diff
path: root/hosts/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/configuration.nix')
-rw-r--r--hosts/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/configuration.nix b/hosts/configuration.nix
index de102bb..9419100 100644
--- a/hosts/configuration.nix
+++ b/hosts/configuration.nix
@@ -274,8 +274,10 @@
       trusted-public-keys = [
         "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
       ];
+      access-tokens = "github.com=${secrets.github_access_token}";
     };
     optimise.automatic = true;
+
   };
 
   hardware.enableRedistributableFirmware = true;