aboutsummaryrefslogtreecommitdiffstats
path: root/home/root/ginaz.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/root/ginaz.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/root/ginaz.nix b/home/root/ginaz.nix
index 72dbda0..8370818 100644
--- a/home/root/ginaz.nix
+++ b/home/root/ginaz.nix
@@ -1,5 +1,12 @@
{ inputs, lib, pkgs, config, outputs, ... }:
{
+
+ home = {
+ file = {
+ "bin/knock".source = ../common/scripts/knock;
+ };
+ };
+
imports = [
common/core
];