diff --git a/home/default.nix b/home/default.nix index f46fc54..aa598ca 100644 --- a/home/default.nix +++ b/home/default.nix @@ -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} diff --git a/home/ssh.nix b/home/ssh.nix index ae6029e..db439dd 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -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; + }; }; }; } \ No newline at end of file diff --git a/secrets/gcd_etwas.age b/secrets/gcd_etwas.age new file mode 100644 index 0000000..862078d Binary files /dev/null and b/secrets/gcd_etwas.age differ diff --git a/secrets/secrets.nix b/secrets/secrets.nix index c71314c..c3418ba 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -5,4 +5,5 @@ in { "gh.age".publicKeys = [ rhea-laptop ]; "1bvps.age".publicKeys = [ rhea-laptop ]; + "gcd_etwas.age".publicKeys = [ rhea-laptop ]; } \ No newline at end of file