common: declare local flake registry

This commit is contained in:
2024-06-02 16:32:23 +02:00
parent 5dca478291
commit 29579969a4

View File

@@ -50,9 +50,20 @@ in {
sshKey = secrets.keys.ssh.nixBuilders.isvegg.private; 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 = { programs.ssh = {