2024-12-26 23:07:30 -06:00
|
|
|
let
|
|
|
|
machines = import ../lib/machines.nix;
|
|
|
|
server-netbox = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOvinRGdd9GuiPnZYBQPzraXeBxeStwakzmtfzNNpDxy";
|
|
|
|
|
|
|
|
all = [ server-netbox machines.copernicus.pubkey machines.aristotle.pubkey ];
|
|
|
|
in {
|
2024-12-27 00:47:55 -06:00
|
|
|
# gitea
|
2024-12-26 23:07:30 -06:00
|
|
|
"gitea-postgres-password.age".publicKeys = all;
|
2024-12-27 00:47:55 -06:00
|
|
|
|
|
|
|
# mailserver
|
|
|
|
"mailaccount.age".publicKeys = all;
|
|
|
|
|
|
|
|
# wireguard
|
|
|
|
"netbox-wg-priv.age".publicKeys = all;
|
|
|
|
"copernicus-wg-priv.age".publicKeys = all;
|
|
|
|
|
|
|
|
# radicale
|
|
|
|
"radicale-passwd.age".publicKeys = all;
|
2024-12-26 23:07:30 -06:00
|
|
|
}
|