Baldur update + secrets setup

This commit is contained in:
Filippo Berto 2022-12-19 23:14:11 +01:00
parent 351538a33d
commit e5675984bb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
6 changed files with 51 additions and 28 deletions

View file

@ -1,26 +1,16 @@
{
nix.registry = {
agenix = {
from = { id = "agenix"; type = "indirect"; };
to = { type = "github"; owner = "ryantm"; repo = "agenix"; };
};
my-templates = {
from = {
id = "my-templates";
type = "indirect";
};
to = {
type = "github";
owner = "bertof";
repo = "flake-templates";
};
from = { id = "my-templates"; type = "indirect"; };
to = { type = "github"; owner = "bertof"; repo = "flake-templates"; };
};
tex2nix = {
from = {
id = "tex2nix";
type = "indirect";
};
to = {
type = "github";
owner = "Mic92";
repo = "tex2nix";
};
from = { id = "tex2nix"; type = "indirect"; };
to = { type = "github"; owner = "Mic92"; repo = "tex2nix"; };
};
};
}