aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/caladan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/root/caladan.nix')
-rw-r--r--home/root/caladan.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/home/root/caladan.nix b/home/root/caladan.nix
new file mode 100644
index 0000000..287f220
--- /dev/null
+++ b/home/root/caladan.nix
@@ -0,0 +1,14 @@
+{ config, inputs, lib, outputs, pkgs, ... }:
+{
+ imports = [
+ common/core
+ ];
+
+ home.file = {
+ "bin/knock".source = ../common/scripts/knock;
+ };
+
+ #nix.extraOptions = ''
+ # !include /run/secrets/nix-access-token-github
+ #'';
+}