From 559d619abd4cbc1fab7bc417c844bfc95da0dca3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 10 Jun 2025 21:48:12 -0500 Subject: [PATCH] Fix path to auth file --- hosts/baseline.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/baseline.nix b/hosts/baseline.nix index 8516eee..df752cb 100644 --- a/hosts/baseline.nix +++ b/hosts/baseline.nix @@ -210,7 +210,7 @@ in shell = config.programs.xonsh.package; initialPassword = "password"; openssh.authorizedKeys.keys = lib.strings.splitString "\n" ( - builtins.readFile ../../home/ssh/authorized_keys + builtins.readFile ../home/ssh/authorized_keys ); };