aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/fangorn.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/fangorn.nix')
-rw-r--r--home/root/fangorn.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/home/root/fangorn.nix b/home/root/fangorn.nix
new file mode 100644
index 0000000..72dbda0
--- /dev/null
+++ b/home/root/fangorn.nix
@@ -0,0 +1,10 @@
+{ inputs, lib, pkgs, config, outputs, ... }:
+{
+ imports = [
+ common/core
+ ];
+
+ nix.extraOptions = ''
+ !include /run/secrets/nix-access-token-github
+ '';
+}