about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2025-09-16 23:51:09 +0200
committerBaitinq <[email protected]>2025-09-16 23:51:09 +0200
commit2e113471bbee02f102057cb77e4ac686c53034b6 (patch)
tree479fd4ef3ac4925d3452e6aa346dcaf7122be88e
parentHosts: Remove mixpanel from hosts file (diff)
downloadnixos-config-2e113471bbee02f102057cb77e4ac686c53034b6.tar.gz
nixos-config-2e113471bbee02f102057cb77e4ac686c53034b6.tar.bz2
nixos-config-2e113471bbee02f102057cb77e4ac686c53034b6.zip
Secrets: Add github access token
-rw-r--r--hosts/configuration.nix2
-rw-r--r--secrets/default.nixbin1664 -> 1733 bytes
2 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;
diff --git a/secrets/default.nix b/secrets/default.nix
index aea071f..acaa3c8 100644
--- a/secrets/default.nix
+++ b/secrets/default.nix
Binary files differ