diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 925921b..057b5d5 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -48,6 +48,11 @@ hostname = "codeberg.org"; identityFile = "/home/alex/.ssh/alex.pinwheel-codeberg.org"; }; + + "git.ppp.pm" = { + hostname = "git.ppp.pm"; + identityFile = "/home/alex/.ssh/alex.pinwheel-git.ppp.pm"; + }; }; }; @@ -106,6 +111,19 @@ group = "users"; }; + "alex.pinwheel-git.ppp.pm" = { + file = ../../../../secrets/pinwheel/alex.pinwheel-git.ppp.pm.age; + path = "/home/alex/.ssh/alex.pinwheel-git.ppp.pm"; + owner = "alex"; + group = "users"; + }; + "alex.pinwheel-git.ppp.pm.pub" = { + file = ../../../../secrets/pinwheel/alex.pinwheel-git.ppp.pm.pub.age; + path = "/home/alex/.ssh/alex.pinwheel-git.ppp.pm.pub"; + owner = "alex"; + group = "users"; + }; + "alex.pinwheel-andromeda" = { file = ../../../../secrets/pinwheel/alex.pinwheel-andromeda.age; path = "/home/alex/.ssh/alex.pinwheel-andromeda";