From 29579969a46f3d7498ecff111b8e40f41c7385f1 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 2 Jun 2024 16:32:23 +0200 Subject: [PATCH] common: declare local flake registry --- hosts/common.nix | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/hosts/common.nix b/hosts/common.nix index 70a8cae..e27aa52 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -50,9 +50,20 @@ in { sshKey = secrets.keys.ssh.nixBuilders.isvegg.private; } ]; - # registry = { - - # }; + registry = { + home.to = { + type = "path"; + path = "/home/h7x4/nix"; + }; + wack.to = { + type = "path"; + path = "/home/h7x4/git/wack-ctf-flake"; + }; + nxpt.to = { + type = "path"; + path = "/home/h7x4/git/nixpkgs-tools"; + }; + }; }; programs.ssh = {