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 ]; };