common: declare local flake registry
This commit is contained in:
parent
5dca478291
commit
29579969a4
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in New Issue