From 6638e24cb3468ca207bce209f83c0d5cdd74bb10 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Tue, 15 Oct 2024 20:12:40 -0400 Subject: [PATCH] secrets: drop petalburg --- secrets/publicKeys/aly_petalburg.pub | 1 - secrets/publicKeys/root_petalburg.pub | 1 - secrets/secrets.nix | 4 ---- 3 files changed, 6 deletions(-) delete mode 100644 secrets/publicKeys/aly_petalburg.pub delete mode 100644 secrets/publicKeys/root_petalburg.pub diff --git a/secrets/publicKeys/aly_petalburg.pub b/secrets/publicKeys/aly_petalburg.pub deleted file mode 100644 index fefea511..00000000 --- a/secrets/publicKeys/aly_petalburg.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBK+QkM3C98BxnJtcEOuxjT7bbUG8gsUafrzW9uKuxz aly@petalburg \ No newline at end of file diff --git a/secrets/publicKeys/root_petalburg.pub b/secrets/publicKeys/root_petalburg.pub deleted file mode 100644 index 2775c311..00000000 --- a/secrets/publicKeys/root_petalburg.pub +++ /dev/null @@ -1 +0,0 @@ -ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHjcWpeYMjNaICoHwedu3tBt7/5tKxXQHCKaUx4ez4jm root@petalburg diff --git a/secrets/secrets.nix b/secrets/secrets.nix index a0f2e7a6..52e56436 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -4,7 +4,6 @@ let "lavaridge" "mauville" "pacifidlog" - "petalburg" "rustboro" "slateport" ]; @@ -13,7 +12,6 @@ let "aly_lavaridge" "aly_mauville" "aly_pacifidlog" - "aly_petalburg" "aly_rustboro" "aly_slateport" ]; @@ -33,8 +31,6 @@ in { "aly/syncthing/mauville/key.age".publicKeys = keys; "aly/syncthing/pacifidlog/cert.age".publicKeys = keys; "aly/syncthing/pacifidlog/key.age".publicKeys = keys; - "aly/syncthing/petalburg/cert.age".publicKeys = keys; - "aly/syncthing/petalburg/key.age".publicKeys = keys; "aly/syncthing/rustboro/cert.age".publicKeys = keys; "aly/syncthing/rustboro/key.age".publicKeys = keys; "aly/syncthing/slateport/cert.age".publicKeys = keys;