summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-06-26 14:43:50 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-06-26 14:43:50 -0400
commitdd8f0231f0605ca8fc9806a5a102a289f5a51a3e (patch)
tree01b2b37ab581b2ad2668d3cd85853707a5cd8eb5
parent1235f9c7d67014c25c85872cd4e009a66a261bd2 (diff)
Update takemi.
-rw-r--r--takemi.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/takemi.scm b/takemi.scm
index 8a8c1a8..0b74473 100644
--- a/takemi.scm
+++ b/takemi.scm
@@ -73,6 +73,10 @@
(service openssh-service-type
(openssh-configuration
(password-authentication? #f)
+ ;; So I can forward ports from my local host to
+ ;; the server and have the ports accessible from
+ ;; the internet.
+ (gateway-ports? #t)
(authorized-keys
`(("dave" ,dave-pub-key)
("publish" ,dave-pub-key)))))