diff options
Diffstat (limited to 'home/root/ginaz.nix')
-rw-r--r-- | home/root/ginaz.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 + ''; } |