Skip to content

Commit

Permalink
feat(cache): add bridge-service pk
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jan 2, 2024
1 parent f00db20 commit 1537500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions secrets/bridge-service.pub
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOrYDDYJt2Lf1MOUKhyK0zms+irgvYFWExRHwVDdYZvW klarkc@ssdinarch
1 change: 1 addition & 0 deletions setups/cache/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ let
isNormalUser = true;
openssh. authorizedKeys.keys = [
(builtins.readFile ../../secrets/builder.pub)
(builtins.readFile ../../secrets/bridge-service.pub)
];
};
# cache service
Expand Down

0 comments on commit 1537500

Please sign in to comment.