From 606b9e92dae2687e3b5c0da14acca86c551a79c2 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 31 Aug 2024 16:33:13 +0200 Subject: [PATCH] pinwheel: Add `ssh` keys for `git.ppp.pm` --- hosts/pinwheel/modules/ssh/default.nix | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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";