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