From 89442ff425e8ea423798666be198b9c529faac99 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 18 Nov 2024 10:42:11 -0800 Subject: Add GitHub token @kaitain @richese --- home/root/kaitain.nix | 4 ++++ home/root/richese.nix | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'home') diff --git a/home/root/kaitain.nix b/home/root/kaitain.nix index 83c92cd..72dbda0 100644 --- a/home/root/kaitain.nix +++ b/home/root/kaitain.nix @@ -3,4 +3,8 @@ imports = [ common/core ]; + + nix.extraOptions = '' + !include /run/secrets/nix-access-token-github + ''; } diff --git a/home/root/richese.nix b/home/root/richese.nix index 83c92cd..72dbda0 100644 --- a/home/root/richese.nix +++ b/home/root/richese.nix @@ -3,4 +3,8 @@ imports = [ common/core ]; + + nix.extraOptions = '' + !include /run/secrets/nix-access-token-github + ''; } -- cgit v1.2.3