common: declare local flake registry

This commit is contained in:
Oystein Kristoffer Tveit 2024-06-02 16:32:23 +02:00
parent 5dca478291
commit 29579969a4
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
1 changed files with 14 additions and 3 deletions

View File

@ -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 = {