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 ++ 1 file changed, 2 insertions(+) (limited to 'hosts/configuration.nix') 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; -- cgit 1.4.1