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) {