feat: configure my own git host :3
This commit is contained in:
parent
badcab8b04
commit
78f4013061
4 changed files with 14 additions and 0 deletions
|
|
@ -16,6 +16,12 @@
|
|||
owner = "rhea";
|
||||
symlink = false;
|
||||
};
|
||||
age.secrets.gcd_etwas = {
|
||||
file = ../secrets/1bvps.age;
|
||||
path = "/home/rhea/.ssh/id_gcd_etwas";
|
||||
owner = "rhea";
|
||||
symlink = false;
|
||||
};
|
||||
|
||||
nix.extraOptions = ''
|
||||
!include ${config.age.secrets.access-tokens-github.path}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,13 @@
|
|||
hostname = "178.254.43.196";
|
||||
identityFile = [ "/home/rhea/.ssh/id_1bvps" ];
|
||||
};
|
||||
"gcd-etwas" = {
|
||||
host = "gcd-etwas";
|
||||
hostname = "git.catgirl.dog";
|
||||
identityFile = [ "/home/rhea/.ssh/id_gcd_etwas" ];
|
||||
user = "git";
|
||||
port = 222;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
BIN
secrets/gcd_etwas.age
Normal file
BIN
secrets/gcd_etwas.age
Normal file
Binary file not shown.
|
|
@ -5,4 +5,5 @@ in
|
|||
{
|
||||
"gh.age".publicKeys = [ rhea-laptop ];
|
||||
"1bvps.age".publicKeys = [ rhea-laptop ];
|
||||
"gcd_etwas.age".publicKeys = [ rhea-laptop ];
|
||||
}
|
||||
Loading…
Reference in a new issue