diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 2a77bca..5a90976 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -5,6 +5,13 @@ enable = true; matchBlocks = { + "manatee" = { + hostname = "192.168.50.203"; + user = "alex"; + identityFile = "/home/alex/.ssh/alex.pinwheel-manatee"; + port = 1122; + }; + "backwards" = { hostname = "backwards"; user = "alex"; @@ -46,6 +53,19 @@ }; age.secrets = { + "alex.pinwheel-manatee" = { + file = ../../../../secrets/pinwheel/alex.pinwheel-manatee.age; + path = "/home/alex/.ssh/alex.pinwheel-manatee"; + owner = "alex"; + group = "users"; + }; + "alex.pinwheel-manatee.pub" = { + file = ../../../../secrets/pinwheel/alex.pinwheel-manatee.pub.age; + path = "/home/alex/.ssh/alex.pinwheel-manatee.pub"; + owner = "alex"; + group = "users"; + }; + "alex.pinwheel-backwards" = { file = ../../../../secrets/pinwheel/alex.pinwheel-backwards.age; path = "/home/alex/.ssh/alex.pinwheel-backwards"; diff --git a/secrets/pinwheel/alex.pinwheel-manatee.age b/secrets/pinwheel/alex.pinwheel-manatee.age new file mode 100644 index 0000000..7df5ea0 Binary files /dev/null and b/secrets/pinwheel/alex.pinwheel-manatee.age differ diff --git a/secrets/pinwheel/alex.pinwheel-manatee.pub.age b/secrets/pinwheel/alex.pinwheel-manatee.pub.age new file mode 100644 index 0000000..53a8ad7 --- /dev/null +++ b/secrets/pinwheel/alex.pinwheel-manatee.pub.age @@ -0,0 +1,9 @@ +age-encryption.org/v1 +-> ssh-ed25519 vxPbZg YW9lqVTRD04cADmnlqv5EiTAT0HeNIl5Av4CqgHk5ls +3g+zkm7Qslg/mq+oxz2NhLI9vQCPNzri87a2AOLyxMg +-> ssh-ed25519 Pu0HWg 2NCikdn506idPSo428BpwXpmjPJPlKl1WLQdKCcC4CI +3jnRPJyMEsyic/ZQkalcZVDvdJSefkl3qlXwP0B7f1U +-> ssh-ed25519 +oNaHQ dA/YOfXwPKXW8fHb8s9v/KwFJN3jrGJZecN5820/G2w +ZcxfT+gWXtc4JPE0xTJ8rpWB/fubDBaNplF+V8e0PRc +--- zfQyYuHOYPOiN7xOgDamuuRXdsZOCcLXjVpnojhFeQk +崞兺 椆lp匨諥p侲4s󢠯糒尧鎳Zr{A耰#洡O穐鲲贚]\讬(鱚闽萑s5Igye}H濉馧脢軶撠鷳`y'篢z*]庡咝-柛"@ 寅k \ No newline at end of file diff --git a/secrets/secrets.nix b/secrets/secrets.nix index cade659..f08135d 100644 --- a/secrets/secrets.nix +++ b/secrets/secrets.nix @@ -9,6 +9,8 @@ in { "pinwheel/syncthing-cert.age".publicKeys = [ pinwheel alex ]; "pinwheel/syncthing-key.age".publicKeys = [ pinwheel alex ]; "pinwheel/tailscale-preferred-exit-node.age".publicKeys = [ pinwheel alex ]; + "pinwheel/alex.pinwheel-manatee.age".publicKeys = [ pinwheel alex ]; + "pinwheel/alex.pinwheel-manatee.pub.age".publicKeys = [ pinwheel manatee alex ]; "pinwheel/alex.pinwheel-backwards.age".publicKeys = [ pinwheel alex ]; "pinwheel/alex.pinwheel-backwards.pub.age".publicKeys = [ pinwheel backwards alex ]; "pinwheel/alex.pinwheel-tadpole.age".publicKeys = [ pinwheel alex ];