From 7b5433ac3c9c1167be928bddad2a7a53b38fe91c Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Mon, 14 Oct 2024 03:22:21 -0700 Subject: Add nix GitHub access token for root@(darkstar|ginaz) --- home/root/darkstar.nix | 4 ++++ home/root/ginaz.nix | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'home') diff --git a/home/root/darkstar.nix b/home/root/darkstar.nix index 83c92cd..72dbda0 100644 --- a/home/root/darkstar.nix +++ b/home/root/darkstar.nix @@ -3,4 +3,8 @@ imports = [ common/core ]; + + nix.extraOptions = '' + !include /run/secrets/nix-access-token-github + ''; } diff --git a/home/root/ginaz.nix b/home/root/ginaz.nix index 83c92cd..72dbda0 100644 --- a/home/root/ginaz.nix +++ b/home/root/ginaz.nix @@ -3,4 +3,8 @@ imports = [ common/core ]; + + nix.extraOptions = '' + !include /run/secrets/nix-access-token-github + ''; } -- cgit v1.2.3