correct colmena user key
This commit is contained in:
parent
e38151411a
commit
9dcce428a9
2 changed files with 7 additions and 6 deletions
|
|
@ -36,12 +36,13 @@
|
||||||
nix-ld.enable = true;
|
nix-ld.enable = true;
|
||||||
starship = {
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# custom settings
|
presets = [
|
||||||
|
"nerd-font-symbols"
|
||||||
|
];
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = true;
|
||||||
aws.disabled = true;
|
container.disabled = true;
|
||||||
gcloud.disabled = true;
|
nix_shell.enabled = true;
|
||||||
line_break.disabled = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ rec {
|
||||||
|
|
||||||
krzo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrVYJrU6Ys2o/QYfI6Es5yqVVyjUyDYj6Fglvz63ywP krzo@pazpi.top";
|
krzo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILrVYJrU6Ys2o/QYfI6Es5yqVVyjUyDYj6Fglvz63ywP krzo@pazpi.top";
|
||||||
|
|
||||||
colmena = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOOVg0/MhkyTsZBITT0nZvH0hWskPJ7lyC5Mw70duczq";
|
colmena = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG2r9aO4pty4j2dgRIKe68DPPwdtZBEDlz54F2VBdKcg pazpi@colmena";
|
||||||
|
|
||||||
# The key are found executing `ssh-keyscan <ip-address>`
|
# The key are found executing `ssh-keyscan <ip-address>`
|
||||||
machines = {
|
machines = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue