diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-11-18 10:42:11 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-11-18 10:42:11 -0800 |
commit | 89442ff425e8ea423798666be198b9c529faac99 (patch) | |
tree | 9d3ac317f42d40236c4a3d93503952d19003a1db /home/root | |
parent | fb4427c94059c42cce89c2990a2a9310a065c7db (diff) | |
download | nix-89442ff425e8ea423798666be198b9c529faac99.tar nix-89442ff425e8ea423798666be198b9c529faac99.tar.gz nix-89442ff425e8ea423798666be198b9c529faac99.tar.bz2 nix-89442ff425e8ea423798666be198b9c529faac99.tar.lz nix-89442ff425e8ea423798666be198b9c529faac99.tar.xz nix-89442ff425e8ea423798666be198b9c529faac99.tar.zst nix-89442ff425e8ea423798666be198b9c529faac99.zip |
Add GitHub token @kaitain @richese
Diffstat (limited to 'home/root')
-rw-r--r-- | home/root/kaitain.nix | 4 | ||||
-rw-r--r-- | home/root/richese.nix | 4 |
2 files changed, 8 insertions, 0 deletions
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 + ''; } |