aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorMark Nipper <nipsy@bitgnome.net>2024-10-14 03:22:21 -0700
committerMark Nipper <nipsy@bitgnome.net>2024-10-14 03:22:21 -0700
commit7b5433ac3c9c1167be928bddad2a7a53b38fe91c (patch)
treee21998b447c925880ad3be11b4f2acc90be0ed95 /home
parent29107bc00a5b8585248d6ef0822480c1f274eb0f (diff)
downloadnix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.tar
nix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.tar.gz
nix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.tar.bz2
nix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.tar.lz
nix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.tar.xz
nix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.tar.zst
nix-7b5433ac3c9c1167be928bddad2a7a53b38fe91c.zip
Add nix GitHub access token for root@(darkstar|ginaz)
Diffstat (limited to 'home')
-rw-r--r--home/root/darkstar.nix4
-rw-r--r--home/root/ginaz.nix4
2 files changed, 8 insertions, 0 deletions
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
+ '';
}