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/aptos/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/aptos/secrets/secrets.nix')
| -rw-r--r-- | hosts/aptos/secrets/secrets.nix | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/hosts/aptos/secrets/secrets.nix b/hosts/aptos/secrets/secrets.nix deleted file mode 100644 index 21aae44..0000000 --- a/hosts/aptos/secrets/secrets.nix +++ /dev/null @@ -1,28 +0,0 @@ -let - root = "age1g3hjfg8rsyaunsa63q73flxt0rnmqng5mvjk5qywsu0xjvuwq5rsmuxk35"; - fcuny = "age1keyvdhpspgqp4g5zjthdphau5q5qlt6fs0ex0wqnve66dmup9pzqn4sakj"; - backup = "age1fh4960rdrk4d7m4c5lwd3trvw9ylk09dvucj2gd2udy7d5cz2a0svcqws6"; -in -{ - "wireguard_privatekey.age".publicKeys = [ root fcuny backup ]; - - "syncthing/key.age" = { - publicKeys = [ root fcuny backup ]; - owner = "fcuny"; - }; - - "syncthing/cert.age" = { - publicKeys = [ root fcuny backup ]; - owner = "fcuny"; - }; - - "restic/repo-users.age" = { - publicKeys = [ root fcuny backup ]; - owner = "fcuny"; - }; - - "restic/ssh-key.age" = { - publicKeys = [ root fcuny backup ]; - owner = "fcuny"; - }; -} |
