From 084387246a30c6441dd9bbdb60ff608b0659084a Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 2 Nov 2025 21:37:02 +0100 Subject: [PATCH] pinwheel: Remove knowledge of `andromeda` --- hosts/pinwheel/modules/ssh/default.nix | 19 ------------------- secrets/secrets.nix | 2 -- 2 files changed, 21 deletions(-) diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 3ddf840..70c8da9 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -19,12 +19,6 @@ port = 1122; }; - "andromeda" = { - hostname = "andromeda.a2x.se"; - user = "alex"; - identityFile = "/home/alex/.ssh/alex.pinwheel-andromeda"; - }; - "tadpole" = { hostname = "65.21.106.222"; user = "alex"; @@ -118,19 +112,6 @@ group = "users"; }; - "alex.pinwheel-andromeda" = { - file = ../../../../secrets/pinwheel/alex.pinwheel-andromeda.age; - path = "/home/alex/.ssh/alex.pinwheel-andromeda"; - owner = "alex"; - group = "users"; - }; - "alex.pinwheel-andromeda.pub" = { - file = ../../../../secrets/pinwheel/alex.pinwheel-andromeda.pub.age; - path = "/home/alex/.ssh/alex.pinwheel-andromeda.pub"; - owner = "alex"; - group = "users"; - }; - "alex.pinwheel-tadpole" = { file = ../../../../secrets/pinwheel/alex.pinwheel-tadpole.age; path = "/home/alex/.ssh/alex.pinwheel-tadpole"; diff --git a/secrets/secrets.nix b/secrets/secrets.nix index 2f76f06..fc89bab 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -17,8 +17,6 @@ in { "pinwheel/alex.pinwheel-tadpole.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-andromeda.age".publicKeys = [ pinwheel alex ]; - "pinwheel/alex.pinwheel-andromeda.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-codeberg.org.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-codeberg.org.pub.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-git.ppp.pm.age".publicKeys = [ pinwheel alex ];