remove useless secrets

This commit is contained in:
William 2025-06-08 21:17:52 -03:00
parent ab6b2a57e9
commit 08ea280ad2
6 changed files with 10 additions and 55 deletions

View file

@ -1,5 +1,5 @@
let
io-user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKcwF1yuWEfYGScNocEbs0AmGxyTIzGc4/IhpU587SJE";
io-user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO3Y0PVpGfJHonqDS7qoCFhqzUvqGq9I9sax+F9e/5cs";
io-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKCIrKJk5zWzWEHvLMPMK8T3PyeBjsCsqzxPN+OrXfhA";
io = [
io-user
@ -7,7 +7,7 @@ let
];
rotterdam-user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA1v3+q3EaruiiStWjubEJWvtejam/r41uoOpCdwJtLL";
rotterdam-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK7zAxgU8LNi5/O5XgoOcLKjbNMmO2S7jAuCI9Nr/V4v";
rotterdam-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIjXcqQqlu03x2VVTdWOyxtKRszXAKX0AxTkGvF1oeJL";
rotterdam = [
rotterdam-user
rotterdam-host
@ -21,8 +21,5 @@ let
all-hosts = desktops ++ servers;
in
{
"nextcloud-secrets.json.age".publicKeys = all-hosts;
"nextcloud-adminpass.age".publicKeys = all-hosts;
"cloudflare.age".publicKeys = all-hosts;
"paperless.age".publicKeys = all-hosts;
}