diff options
Diffstat (limited to 'home/root/caladan.nix')
-rw-r--r-- | home/root/caladan.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/root/caladan.nix b/home/root/caladan.nix index 287f220..228bb90 100644 --- a/home/root/caladan.nix +++ b/home/root/caladan.nix @@ -8,7 +8,7 @@ "bin/knock".source = ../common/scripts/knock; }; - #nix.extraOptions = '' - # !include /run/secrets/nix-access-token-github - #''; + nix.extraOptions = '' + !include /run/secrets/nix-access-token-github + ''; } |