aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2023-11-01 23:37:21 +0100
committerTimo Wilken2023-11-01 23:37:21 +0100
commitf1279e0d79055f4c4212346753b6d1582083f754 (patch)
tree3564f1e701d6e95551bc5b2b0b87b0ad98019c2b
parenta7d2d1b6c6a7cc9586910d7f970bb0c5bf01c59c (diff)
Fix path to public key file for moved installer declaration
-rw-r--r--tw/system/installer/nonfree.scm2
1 files changed, 1 insertions, 1 deletions
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