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

@ -6,6 +6,7 @@
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAhxOjo9Ac9hVd3eOR56F6sClUMUh1m7VpcmzA18dslj bertof@odin"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7mcf8fbMo1eXqSJeVFWaweB+JOU+67dFuf8laZKZZG bertof@thor"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKbG791lSOl8Rqoy+KkdKiOJnOMRg02+HZ/VrlrWMYAX bertof@baldur"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPbbgBCzRsIO6giIVCgTUMgBCrexgvHmq8pis5A4ievH bertof@loki"
];
};
}

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"; };
};
};
}

View file

@ -7,7 +7,6 @@
};
users.users.root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+zsSWZFFzQKnATCAvtG+iuSm4qkZHjCtHzGa9B/71W bertof@odin" # OLD
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAhxOjo9Ac9hVd3eOR56F6sClUMUh1m7VpcmzA18dslj bertof@odin"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7mcf8fbMo1eXqSJeVFWaweB+JOU+67dFuf8laZKZZG bertof@thor"
];