Reformatted with nixfmt
This commit is contained in:
parent
f51256c3ae
commit
3f16537322
80 changed files with 1454 additions and 992 deletions
7
secrets/age-yubikey-identity-508106ce.txt
Normal file
7
secrets/age-yubikey-identity-508106ce.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Serial: 20472382, Slot: 1
|
||||
# Name: age_alejandro
|
||||
# Created: Fri, 30 Jun 2023 03:32:36 +0000
|
||||
# PIN policy: Once (A PIN is required once per session, if set)
|
||||
# Touch policy: Always (A physical touch is required for every decryption)
|
||||
# Recipient: age1yubikey1qdwgvfqrcqmyw56ux7azuvqr6f8nanszu27nztvxmn4utmplgxctzt90g25
|
||||
AGE-PLUGIN-YUBIKEY-18E3RSQVZ2ZQSDNS67QTTC
|
|
@ -9,18 +9,69 @@ let
|
|||
proxy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAf6Z7SZEOH3H51T/GPIc/B0OpbaydM5l2PP3nMnwpFl";
|
||||
git = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN8JLy/ipBfOet3/KT7rXOXHDjjmt+VqqQb3V+ILIuDN";
|
||||
};
|
||||
in {
|
||||
"cf_dns_kilonull.age".publicKeys = [users.me machines.node machines.gospel machines.pi4 machines.proxy];
|
||||
"gitea-runner-gospel.age".publicKeys = [users.me machines.gospel];
|
||||
"hass_mqtt.age".publicKeys = [users.me machines.pi4 machines.node machines.gospel];
|
||||
"hydra-aws-creds.age".publicKeys = [users.me machines.gospel];
|
||||
"nextcloud_admin.age".publicKeys = [users.me machines.node machines.gospel];
|
||||
"nextcloud_restic_env.age".publicKeys = [users.me machines.node];
|
||||
"nextcloud_restic_password.age".publicKeys = [users.me machines.node];
|
||||
"nextcloud_restic_repo.age".publicKeys = [users.me machines.node];
|
||||
"tailscale_git_server.age".publicKeys = [users.me machines.git]; # This key expires, might have to update
|
||||
"teslamate_db.age".publicKeys = [users.me machines.node machines.gospel];
|
||||
"teslamate_encryption.age".publicKeys = [users.me machines.node machines.gospel];
|
||||
"teslamate_mqtt.age".publicKeys = [users.me machines.pi4 machines.node machines.gospel];
|
||||
"theengs_ble_mqtt.age".publicKeys = [users.me machines.pi4 machines.gospel];
|
||||
in
|
||||
{
|
||||
"cf_dns_kilonull.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
machines.gospel
|
||||
machines.pi4
|
||||
machines.proxy
|
||||
];
|
||||
"gitea-runner-gospel.age".publicKeys = [
|
||||
users.me
|
||||
machines.gospel
|
||||
];
|
||||
"hass_mqtt.age".publicKeys = [
|
||||
users.me
|
||||
machines.pi4
|
||||
machines.node
|
||||
machines.gospel
|
||||
];
|
||||
"hydra-aws-creds.age".publicKeys = [
|
||||
users.me
|
||||
machines.gospel
|
||||
];
|
||||
"nextcloud_admin.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
machines.gospel
|
||||
];
|
||||
"nextcloud_restic_env.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
];
|
||||
"nextcloud_restic_password.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
];
|
||||
"nextcloud_restic_repo.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
];
|
||||
"tailscale_git_server.age".publicKeys = [
|
||||
users.me
|
||||
machines.git
|
||||
]; # This key expires, might have to update
|
||||
"teslamate_db.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
machines.gospel
|
||||
];
|
||||
"teslamate_encryption.age".publicKeys = [
|
||||
users.me
|
||||
machines.node
|
||||
machines.gospel
|
||||
];
|
||||
"teslamate_mqtt.age".publicKeys = [
|
||||
users.me
|
||||
machines.pi4
|
||||
machines.node
|
||||
machines.gospel
|
||||
];
|
||||
"theengs_ble_mqtt.age".publicKeys = [
|
||||
users.me
|
||||
machines.pi4
|
||||
machines.gospel
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue