initial config commit
This commit is contained in:
parent
f8980b6805
commit
f3dc1d15ff
79 changed files with 2725 additions and 0 deletions
23
secrets/secrets.nix
Normal file
23
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
let
|
||||
srv = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOeV0NxqIGIXXgLYE6ntkHE4PARceZBp1FTI7kKLBbk8";
|
||||
will = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPHAnTQP77HQ/8nbf1oX7xftfKYtbH6MSh83wic0qdBy";
|
||||
users = [
|
||||
srv will];
|
||||
|
||||
in
|
||||
{
|
||||
"api-porkbun.age".publicKeys = users;
|
||||
"api-miniflux.age".publicKeys = users;
|
||||
"borgbackup-server-offsite.age".publicKeys = users;
|
||||
"borgbackup-server-onsite.age".publicKeys = users;
|
||||
"immich.age".publicKeys = users;
|
||||
"jellyfin.age".publicKeys = users;
|
||||
"jellyseerr.age".publicKeys = users;
|
||||
"lidarr.age".publicKeys = users;
|
||||
"miniflux-creds.age".publicKeys = users;
|
||||
"paperless.age".publicKeys = users;
|
||||
"prowlarr.age".publicKeys = users;
|
||||
"radarr.age".publicKeys = users;
|
||||
"sonarr.age".publicKeys = users;
|
||||
"vaultwarden-admin.age".publicKeys = users;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue