diff options
author | EuAndreh <eu@euandre.org> | 2023-03-19 15:53:07 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-19 15:53:07 -0300 |
commit | 1441c05c8031a5477723e70c790c8e4e11bb2ba4 (patch) | |
tree | 893132e1fbeeef8be55055cd821e66690e282f8a | |
parent | system.scm: Enable directory listing of nginx (diff) | |
download | toph-1441c05c8031a5477723e70c790c8e4e11bb2ba4.tar.gz toph-1441c05c8031a5477723e70c790c8e4e11bb2ba4.tar.xz |
system.scm: Use correct rottlog config
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 1441c05c8031a5477723e70c790c8e4e11bb2ba4
git notes --ref=refs/notes/ci-data show 1441c05c8031a5477723e70c790c8e4e11bb2ba4
Exit status: 0
Duration: 19
-rw-r--r-- | src/infrastructure/guix/system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index a15db0a..3d340e5 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -454,7 +454,7 @@ (rottlog-service-type config => (rottlog-configuration (inherit config) - (rottlog queue:rottlog-mailutils-sendmail)))))) + (rc-file (file-append queue:rottlog-mailutils-sendmail "/etc/rc"))))))) (bootloader (bootloader-configuration (bootloader grub-bootloader) |