Fix path to auth file

This commit is contained in:
Greg Hellings
2025-06-10 21:48:12 -05:00
parent a7475411e0
commit 559d619abd
+1 -1
View File
@@ -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
);
};