aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-11-30 18:05:09 -0300
committerEuAndreh <eu@euandre.org>2022-11-30 18:05:09 -0300
commit1109e69a3c75d17706c98fd591e9c03a9f8a8e12 (patch)
tree4d3d0c228d87dde09547c504053315a4ee01a190 /src
parentsystem.scm: Decrease permission of Postfix queue dir (diff)
downloadtoph-1109e69a3c75d17706c98fd591e9c03a9f8a8e12.tar.gz
toph-1109e69a3c75d17706c98fd591e9c03a9f8a8e12.tar.xz
system.scm: Use default config of dkimproxyout-service-type
Diffstat (limited to 'src')
-rw-r--r--src/infrastructure/guix/system.scm4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm
index 3491d92..6afe80d 100644
--- a/src/infrastructure/guix/system.scm
+++ b/src/infrastructure/guix/system.scm
@@ -1224,9 +1224,7 @@
(list
#~(job "0 1 * * *" "cronjob backup -q cron")
#~(job "0 2 * * *" "cronjob reconfigure -U")))))
- (service dkimproxyout-service-type
- (dkimproxyout-configuration
- (domains (list tld))))
+ (service dkimproxyout-service-type)
(service git-daemon-service-type
(git-daemon-configuration
(export-all? #t)))