Skip to content

Commit 86e03a2

Browse files
style: namespace github accounts for keys as well
1 parent bd789ff commit 86e03a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

machines/tim/configuration.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
owner = "_github-runner";
5959
path = "/run/secrets/github/runners/dotfiles";
6060
};
61-
"github/theorderingmachine" = {
61+
"github/accounts/theorderingmachine" = {
6262
key = "ssh/accounts/theorderingmachine/private";
6363
group = "_github-runner";
6464
owner = "_github-runner";
65-
path = "/run/secrets/github/theorderingmachine";
65+
path = "/run/secrets/github/accounts/theorderingmachine";
6666
};
6767
"ssh/accounts/theorderingmachine/private" = {
6868
owner = input.config.users.users.ez.name;

machines/tim/services/github-runners/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ephemeral = true;
88
extraEnvironment = {
99
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT = "1";
10-
GIT_SSH_COMMAND = "ssh -i /run/secrets/github/theorderingmachine -o StrictHostKeyChecking=accept-new";
10+
GIT_SSH_COMMAND = "ssh -i /run/secrets/github/accounts/theorderingmachine -o StrictHostKeyChecking=accept-new";
1111
};
1212
extraLabels = [
1313
"tim"

0 commit comments

Comments
 (0)