diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index bdf39c2..5c7082f 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -135,19 +135,6 @@ owner = "alex"; group = "users"; }; - - "alex.pinwheel-tadpole-ed25519" = { - file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole-ed25519.age; - path = "/home/alex/.ssh/alex.pinwheel-tadpole-ed25519"; - owner = "alex"; - group = "users"; - }; - "alex.pinwheel-tadpole-ed25519.pub" = { - file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole-ed25519.pub.age; - path = "/home/alex/.ssh/alex.pinwheel-tadpole-ed25519.pub"; - owner = "alex"; - group = "users"; - }; }; services.openssh = { diff --git a/hosts/tadpole/modules/ssh/default.nix b/hosts/tadpole/modules/ssh/default.nix index 691464a..dbaba29 100644 --- a/hosts/tadpole/modules/ssh/default.nix +++ b/hosts/tadpole/modules/ssh/default.nix @@ -98,11 +98,6 @@ in path = "${authorizedKeysPath}/alex.pinwheel-tadpole.pub"; }; - "alex.pinwheel-tadpole-ed25519.pub" = { - file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole-ed25519.pub.age; - path = "${authorizedKeysPath}/alex.pinwheel-tadpole-ed25519.pub"; - }; - "alex.tadpole-git.ppp.pm" = { file = ../../../../secrets/tadpole/alex.tadpole-git.ppp.pm.age; path = "/home/alex/.ssh/alex.tadpole-git.ppp.pm"; diff --git a/secrets/pinwheel/alex.pinwheel-tadpole-ed25519.age b/secrets/pinwheel/alex.pinwheel-tadpole-ed25519.age deleted file mode 100644 index 4feae6c..0000000 Binary files a/secrets/pinwheel/alex.pinwheel-tadpole-ed25519.age and /dev/null differ diff --git a/secrets/pinwheel/alex.pinwheel-tadpole-ed25519.pub.age b/secrets/pinwheel/alex.pinwheel-tadpole-ed25519.pub.age deleted file mode 100644 index 7228b91..0000000 Binary files a/secrets/pinwheel/alex.pinwheel-tadpole-ed25519.pub.age and /dev/null differ diff --git a/secrets/pinwheel/alex.pinwheel-tadpole.age b/secrets/pinwheel/alex.pinwheel-tadpole.age index 708cc2a..4feae6c 100644 Binary files a/secrets/pinwheel/alex.pinwheel-tadpole.age and b/secrets/pinwheel/alex.pinwheel-tadpole.age differ diff --git a/secrets/pinwheel/alex.pinwheel-tadpole.pub.age b/secrets/pinwheel/alex.pinwheel-tadpole.pub.age index 014c222..7228b91 100644 Binary files a/secrets/pinwheel/alex.pinwheel-tadpole.pub.age and b/secrets/pinwheel/alex.pinwheel-tadpole.pub.age differ diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 6f18222..f4ca17a 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -15,8 +15,6 @@ in { "pinwheel/alex.pinwheel-backwards.pub.age".publicKeys = [ pinwheel backwards alex ]; "pinwheel/alex.pinwheel-tadpole.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-tadpole.pub.age".publicKeys = [ pinwheel tadpole alex ]; - "pinwheel/alex.pinwheel-tadpole-ed25519.age".publicKeys = [ pinwheel alex ]; - "pinwheel/alex.pinwheel-tadpole-ed25519.pub.age".publicKeys = [ pinwheel tadpole alex ]; "pinwheel/alex.pinwheel-github.com.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-github.com.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-github.com-signing.age".publicKeys = [ pinwheel alex ];