From e27160a84d6152894ae61920f5d71aa0f3672873 Mon Sep 17 00:00:00 2001 From: TheGeneralist <180094941+thegeneralist01@users.noreply.github.com> Date: Fri, 30 May 2025 17:37:55 +0200 Subject: [PATCH] feat: add authKeys to server --- hosts/thegeneralist-central/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/thegeneralist-central/configuration.nix b/hosts/thegeneralist-central/configuration.nix index 292a908..88615ef 100644 --- a/hosts/thegeneralist-central/configuration.nix +++ b/hosts/thegeneralist-central/configuration.nix @@ -16,9 +16,9 @@ home = "/Users/central"; shell = pkgs.zsh; uid = 502; - # openssh.authorizedKeys.keys = let - # inherit (import ../../keys.nix) thegeneralist; - # in [ thegeneralist ]; + openssh.authorizedKeys.keys = let + inherit (import ../../keys.nix) thegeneralist; + in [ thegeneralist ]; }; home-manager = {