aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/darkstar.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/darkstar.nix')
-rw-r--r--home/root/darkstar.nix4
1 files changed, 4 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
+ '';
}