Deploy forgejo on nimbus

This commit is contained in:
Jan Kremer 2026-03-27 10:33:19 +01:00
parent 888cf87c0f
commit ea2a2d81e5
No known key found for this signature in database
5 changed files with 39 additions and 5 deletions

View file

@ -2,6 +2,7 @@ let
malus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
nimbus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDIjr3r9RVTzMPNvfBWxVei8aGMlay3smMhhuGxEMRaj";
all = [
malus
galanthus
@ -13,4 +14,5 @@ in
"paperless-admin.age".publicKeys = all;
"tailscale.age".publicKeys = all;
"matrix-registration-token.age".publicKeys = all;
"forgejo-mailer.age".publicKeys = all;
}