From d2f3b628bbaaea4d88226376ff8dae9e0f14edee Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 31 Oct 2023 21:10:56 +0100 Subject: [PATCH] pinwheel: Separate `ssh` key sets in `ssh` module --- hosts/pinwheel/modules/ssh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 1339501..a3da43e 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -42,6 +42,7 @@ owner = "alex"; group = "users"; }; + "alex.pinwheel-github.com" = { file = ../../../../secrets/pinwheel/alex.pinwheel-github.com.age; path = "/home/alex/.ssh/alex.pinwheel-github.com";