From af5729b5f895efdc62c6bf772b11bb5edd05c21c Mon Sep 17 00:00:00 2001 From: Saku Laesvuori Date: Sat, 19 Apr 2025 17:27:18 +0300 Subject: [PATCH] =?UTF-8?q?FIXUP=20guix=20tiedostot=20ei=20voi=20alkaa=20.?= =?UTF-8?q?ll=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .guix/modules/tiedote-md-service.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.guix/modules/tiedote-md-service.scm b/.guix/modules/tiedote-md-service.scm index cb72f0f..968b9df 100644 --- a/.guix/modules/tiedote-md-service.scm +++ b/.guix/modules/tiedote-md-service.scm @@ -99,7 +99,7 @@ the tiedote.md user on this system.") "--socket" socket-path)) (receive-script (program-file "tiedote.md-receive" #~(apply execl #$receive-exec))) - (forward-file (mixed-text-file ".forward" "|" receive-script))) + (forward-file (mixed-text-file "dot-forward" "|" receive-script))) #~(symlink #$forward-file (string-append #$state-directory "/.forward")))))