aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/root/caladan.nix6
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
+ '';
}