From 1230e39aac883974116bc005ec2a02d8e76065ff Mon Sep 17 00:00:00 2001 From: Lyra Thorpe Date: Mon, 29 Jun 2026 11:15:40 +0100 Subject: [PATCH] feat(ssh): add some needed SSH config --- lyrathorpe/home/shell.nix | 3 +++ lyrathorpe/user.nix | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lyrathorpe/home/shell.nix b/lyrathorpe/home/shell.nix index 6d363b6..b47f80c 100644 --- a/lyrathorpe/home/shell.nix +++ b/lyrathorpe/home/shell.nix @@ -341,6 +341,9 @@ in IdentityFile = "~/.ssh/code.emmathe.dev"; IdentitiesOnly = true; }; + "dockerpi.inf.cbg.emmaisvery.gay" = { + User = "emmathorpe"; + }; }; }; diff --git a/lyrathorpe/user.nix b/lyrathorpe/user.nix index a0dbdc3..4482115 100644 --- a/lyrathorpe/user.nix +++ b/lyrathorpe/user.nix @@ -17,6 +17,9 @@ "wheel" "docker" ]; + openssh.authorizedKeys.keys = [ + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDxHvdMTOzpFWUFMtCP7C/4tIOUO3GIO2QPvaifSnWH lyrathorpe@Lyra-MBA" + ]; shell = pkgs.zsh; }; programs.firefox = lib.mkIf (config.features.swayDesktop.enable == true) {