mirror of
https://github.com/blahai/nyx.git
synced 2025-04-04 23:29:31 +00:00
Secrets: yes
This commit is contained in:
parent
8a4c10140e
commit
fd5dfbb57f
4 changed files with 15 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -1,3 +1,4 @@
|
|||
flake.lock -diff
|
||||
*.age -text -diff
|
||||
*.css linguist-detectable=false
|
||||
*.css linguist-generated=true
|
||||
|
|
6
secrets/forgejo-runner-token.age
Normal file
6
secrets/forgejo-runner-token.age
Normal file
|
@ -0,0 +1,6 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 ZfCryg dcBOsnptC6CR1PGCbRIL087/tMc4LWvTR4r3f58rCiI
|
||||
+xWxAQfCy7tgcxZAxxX2a/Ar40IspPUPpZVQyuPNsoU
|
||||
--- 8LEM/+6yxdMP8e5Y8mdTtCnCDlptaTGTCqiUlPFJeqw
|
||||
èÈÐÞ+
|
||||
èjbêG üÙc|4||*_ÞxPÇ»…9ÍQá&Ëlÿ+b뇯¡T´S®9³ÚÒ¿b†G:äR<C3A4>7èÖÛÏVîJÐ<>ùZ
|
8
secrets/secrets.nix
Normal file
8
secrets/secrets.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
let
|
||||
pingu = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILPbmiNqoyeKXk/VopFm2cFfEnV4cKCFBhbhyYB69Fuu";
|
||||
elissa = "";
|
||||
users = [pingu elissa];
|
||||
in {
|
||||
"forgejo-runner-token.age".publicKeys = [pingu];
|
||||
"vaultwarden-env.age".publicKeys = [pingu];
|
||||
}
|
BIN
secrets/vaultwarden-env.age
Normal file
BIN
secrets/vaultwarden-env.age
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue