From f1279e0d79055f4c4212346753b6d1582083f754 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 1 Nov 2023 23:37:21 +0100 Subject: Fix path to public key file for moved installer declaration --- tw/system/installer/nonfree.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tw') diff --git a/tw/system/installer/nonfree.scm b/tw/system/installer/nonfree.scm index 433d4302..e481aed0 100644 --- a/tw/system/installer/nonfree.scm +++ b/tw/system/installer/nonfree.scm @@ -28,7 +28,7 @@ (allow-empty-passwords? #f) (password-authentication? #f) (authorized-keys - `(("root" ,(local-file "files/timo.pub")))))) + `(("root" ,(local-file "../files/timo.pub")))))) ;; Make sure to remove the SSH service from the base services, ;; so we can override it fully. (filter -- cgit v1.2.3