flake: Initialise new repository
This commit is contained in:
commit
1eb25ada72
41 changed files with 1657 additions and 0 deletions
BIN
modules/secrets/forgejo-runner-token.age
Normal file
BIN
modules/secrets/forgejo-runner-token.age
Normal file
Binary file not shown.
7
modules/secrets/nextcloud.age
Normal file
7
modules/secrets/nextcloud.age
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 2otpcg 3veZJ75b0D5gej3P4fHkM8yGzVH5ldkGOCYBkdztoSw
|
||||
KXDhfvj/wfpMXqQ1MspymfJBBqRJktcSngIkEBDSUu4
|
||||
-> ssh-ed25519 40YjXQ L1yJYjyAmCi7W05BAVeFZi3mSCzBNU0/hqm2prEV/wI
|
||||
J6lFx4DD+Lj4tjsBntIlzuvZfqTQ3P7xzNZs0vcZBko
|
||||
--- 0uC4zy+Xahwt3nuFJyNyHVCIPcgwxVX8cXo0ivwQUaU
|
||||
Q€½áÁã²±•!ÅR<C385>GÑEØ)®c¦@Ç n²‡¿âôû…ŠÚ ñ‰nz„hµk²—µ€r
|
||||
BIN
modules/secrets/openai.age
Normal file
BIN
modules/secrets/openai.age
Normal file
Binary file not shown.
13
modules/secrets/secrets.nix
Normal file
13
modules/secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
let
|
||||
Mac-von-Jan = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPTpgedzJ7vs3GMOjUeQGkAzGhNZRhvMMz9Z1whaWieE";
|
||||
galanthus = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIZYQao2OKQxyic+I327VZ7lQECh9hSS9cgsls3e/a1u";
|
||||
all = [
|
||||
Mac-von-Jan
|
||||
galanthus
|
||||
];
|
||||
in
|
||||
{
|
||||
"nextcloud.age".publicKeys = all;
|
||||
"forgejo-runner-token.age".publicKeys = all;
|
||||
"openai.age".publicKeys = all;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue