aboutsummaryrefslogtreecommitdiff
path: root/tw/system.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-05-08 16:37:51 +0200
committerTimo Wilken2024-05-08 16:37:51 +0200
commite14d7c7104b7c7661423dfd7444677d67209cba9 (patch)
treeb356e256fe3ff316b785eef8cda20ef67885e5f5 /tw/system.scm
parent73a22bc5609c35d9e5b04807d714ed88c610f664 (diff)
Fix bootstrapping issue at setup
Diffstat (limited to 'tw/system.scm')
-rw-r--r--tw/system.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tw/system.scm b/tw/system.scm
index 3a5bd694..30710b8f 100644
--- a/tw/system.scm
+++ b/tw/system.scm
@@ -71,7 +71,7 @@
,(local-file "system/files/timo.pub")
,(local-file "system/files/timo-phone-gpg.pub")))))))
-(define (tw-login-configuration config)
+(define-public (tw-login-configuration config)
"Patch the given `login-configuration' to my liking."
(login-configuration
(inherit config)