feat(ssh): configure the rwth gitlab
This commit is contained in:
parent
44fdc8125c
commit
f1ae8f0344
4 changed files with 19 additions and 3 deletions
|
|
@ -4,13 +4,13 @@
|
|||
|
||||
matchBlocks = {
|
||||
"1bvps" = {
|
||||
host = "1bvps";
|
||||
host = "178.254.43.196";
|
||||
hostname = "178.254.43.196";
|
||||
identityFile = [ "/home/rhea/.ssh/id_1bvps" ];
|
||||
};
|
||||
|
||||
"gcd-etwas" = {
|
||||
host = "gcd-etwas";
|
||||
host = "git.catgirl.dog";
|
||||
hostname = "git.catgirl.dog";
|
||||
identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];
|
||||
user = "git";
|
||||
|
|
@ -18,12 +18,20 @@
|
|||
};
|
||||
|
||||
"gh-etwas" = {
|
||||
host = "gh-etwas";
|
||||
host = "github.com";
|
||||
hostname = "github.com";
|
||||
identityFile = [ "/home/rhea/.ssh/id_gh_etwas" ];
|
||||
user = "git";
|
||||
port = 22;
|
||||
};
|
||||
|
||||
"glrwth-tuda" = {
|
||||
host = "git.rwth-aachen.de";
|
||||
hostname = "git.rwth-aachen.de";
|
||||
identityFile = [ "/home/rhea/.ssh/id_glrwth_tuda" ];
|
||||
user = "git";
|
||||
port = 22;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,13 @@
|
|||
symlink = false;
|
||||
};
|
||||
|
||||
glrwth_tuda = {
|
||||
file = ../../secrets/glrwth_token.age;
|
||||
path = "/home/rhea/.ssh/id_glrwth_tuda";
|
||||
owner = "rhea";
|
||||
symlink = false;
|
||||
};
|
||||
|
||||
etwas_sign_key = {
|
||||
file = ../../secrets/sign_etwas.age;
|
||||
path = "/home/rhea/.ssh/etwas_sign_key";
|
||||
|
|
|
|||
BIN
secrets/glrwth_token.age
Normal file
BIN
secrets/glrwth_token.age
Normal file
Binary file not shown.
|
|
@ -10,4 +10,5 @@ in
|
|||
"sign_etwas.age".publicKeys = [ rhea-laptop ];
|
||||
"fbda_wg_priv_key.age".publicKeys = [ rhea-laptop ];
|
||||
"fbda_wg_psk.age".publicKeys = [ rhea-laptop ];
|
||||
"glrwth_token.age".publicKeys = [ rhea-laptop ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue