diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-12-08 09:00:57 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-12-08 09:00:57 -0800 |
| commit | 7ff5c2e346a8efeba0c27f473271d8298a1266c2 (patch) | |
| tree | a536441a137be3d6122b4d8a247db76f9cd8d12a /hosts/tahoe/secrets/secrets.nix | |
| parent | build(deps): bump cachix/install-nix-action from 23 to 24 (diff) | |
| download | infra-7ff5c2e346a8efeba0c27f473271d8298a1266c2.tar.gz | |
delete configuration for old machines
These machines are gone, no need to keep the configuration around.
Diffstat (limited to 'hosts/tahoe/secrets/secrets.nix')
| -rw-r--r-- | hosts/tahoe/secrets/secrets.nix | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/hosts/tahoe/secrets/secrets.nix b/hosts/tahoe/secrets/secrets.nix deleted file mode 100644 index d8283fe..0000000 --- a/hosts/tahoe/secrets/secrets.nix +++ /dev/null @@ -1,38 +0,0 @@ -let - root = "age1nxwgdy3p9fft0zsae440wyulknf5rk82s0wnxssrpxu4nezysa4qexcvpl"; - fcuny = "age1keyvdhpspgqp4g5zjthdphau5q5qlt6fs0ex0wqnve66dmup9pzqn4sakj"; - backup = "age1fh4960rdrk4d7m4c5lwd3trvw9ylk09dvucj2gd2udy7d5cz2a0svcqws6"; - all = [ root fcuny backup ]; -in -{ - "wireguard_privatekey.age".publicKeys = all; - - "acme/credentials.age".publicKeys = all; - "acme/gcp_service_account.json.age" = { - publicKeys = all; - owner = "acme"; - }; - - "syncthing/key.age" = { - publicKeys = all; - owner = "fcuny"; - }; - - "syncthing/cert.age" = { - publicKeys = all; - owner = "fcuny"; - }; - - "unifi/unifi-poller.age" = { - publicKeys = all; - owner = "unpoller-exporter"; - }; - - "gandi/apikey.age" = { - publicKeys = all; - owner = "acme"; - }; - - "restic/repo-systems.age".publicKeys = all; - "rsync.net/ssh-key.age".publicKeys = all; -} |
