diff options
Diffstat (limited to 'home/root')
-rw-r--r-- | home/root/darkstar.nix | 4 | ||||
-rw-r--r-- | home/root/ginaz.nix | 4 |
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 + ''; } |