From 2e113471bbee02f102057cb77e4ac686c53034b6 Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 16 Sep 2025 23:51:09 +0200 Subject: Secrets: Add github access token --- hosts/configuration.nix | 2 ++ secrets/default.nix | Bin 1664 -> 1733 bytes 2 files changed, 2 insertions(+) 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 Binary files a/secrets/default.nix and b/secrets/default.nix differ -- cgit 1.4.1