aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-11-18 10:42:11 -0800
committerMark Nipper <nipsy@bitgnome.net>2024-11-18 10:42:11 -0800
commit89442ff425e8ea423798666be198b9c529faac99 (patch)
tree9d3ac317f42d40236c4a3d93503952d19003a1db /home
parentfb4427c94059c42cce89c2990a2a9310a065c7db (diff)
downloadnix-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')
-rw-r--r--home/root/kaitain.nix4
-rw-r--r--home/root/richese.nix4
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
+ '';
}