Fix file reference for name change

This commit is contained in:
Greg Hellings
2024-11-18 23:48:51 -06:00
parent 08b33420ba
commit eb5c6cee90
+1 -1
View File
@@ -28,7 +28,7 @@
age = {
identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets.runner-reg = {
file = ../../secrets/gitlab/myself-${name}-runner-reg.age;
file = ../../secrets/gitlab/isaiah-${name}-runner-reg.age;
owner = "gitlab-runner";
};
};