From fce12132934fa82d936e2f08c938c6bad9a13ffd Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Mon, 19 Jun 2023 17:51:55 +0200 Subject: [PATCH] Fix key paths --- system/cherry/core.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/cherry/core.nix b/system/cherry/core.nix index 967ca17..a4ef8b2 100644 --- a/system/cherry/core.nix +++ b/system/cherry/core.nix @@ -50,9 +50,9 @@ users.users."root" = { # Allow access to this server from all the machines openssh.authorizedKeys.keyFiles = [ - ../dev-lt-63/riley.pub - ../strawberry/riley.pub - ../lime/riley.pub + ../dev-lt-63/keys/riley.pub + ../strawberry/keys/riley.pub + ../lime/keys/riley.pub ]; };